#A4E4D0

Color #A4E4D0 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A4E4D0

Tints of Ice Cold #A4E4D0

Color information

#A4E4D0 (or 0xA4E4D0) is unknown color: approx Ice Cold. HEX triplet: A4, E4 and D0. RGB value is (164,228,208). Sum of RGB (Red+Green+Blue) = 164+228+208=600 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.33% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E4D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E4D0 is #5B1B2F. Grayscale: #CECECE. Windows color (decimal): -5970736 or 13690020. OLE color: 13690020.

HSL color Cylindrical-coordinate representation of color #A4E4D0: hue angle of 161.25º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E4D0 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.11.

Color convert

RGB164228208-
CMYK0.2800.090.11
HSL161.25º54.24%76.86%-
HSV(B)161.25º28.07%89.41%-
XYZ54.4467.9369.92-
YUV206.58128.897.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 164 (64.45% from 255) = 27.33%
GREEN value IS 228 (89.45% from 255) = 38%
BLUE value IS 208 (81.64% from 255) = 34.67%
R=27.33%
G=38%
B=34.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642282080.2800.090.11161.2554.2476.86
HexA4E4D01C09Ba1364d
Octal244344320340111324166115
Binary10100100111001001101000011100010011011101000011101101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E4D0; }

 p { color: rgb(164,228,208); }

 H1.HeaderClassName
 {
   color: #A4E4D0;
 }
 .AnyTagClassName
 {
   color: #A4E4D0;
 }
</style>
background-color css

<style>
 a { background-color: #A4E4D0; }

 a { background-color: rgb(164,228,208); }

 div.DivClassName
 {
   background-color: #A4E4D0;
 }
 .BgClassName
 {
   background-color: #A4E4D0;
 }
</style>
border-color css

<style>
 span { border-color: #A4E4D0; }

 span { border-color: rgb(164,228,208); }

 td.TdClassName
 {
   border-color: #A4E4D0;
 }
 .TagClassName
 {
   border-color: #A4E4D0;
 }
</style>