#A4E3CD

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

Shades of Ice Cold #A4E3CD

Tints of Ice Cold #A4E3CD

Color information

#A4E3CD (or 0xA4E3CD) is unknown color: approx Ice Cold. HEX triplet: A4, E3 and CD. RGB value is (164,227,205). Sum of RGB (Red+Green+Blue) = 164+227+205=596 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.52% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 205 (80.47% from 255 or 34.40% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #A4E3CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E3CD is #5B1C32. Grayscale: #CDCDCD. Windows color (decimal): -5970995 or 13493156. OLE color: 13493156.

HSL color Cylindrical-coordinate representation of color #A4E3CD: hue angle of 159.05º degrees, saturation: 0.53, 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 #A4E3CD is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB164227205-
CMYK0.2800.100.11
HSL159.05º52.94%76.67%-
HSV(B)159.05º27.75%89.02%-
XYZ53.867.2467.9-
YUV205.66127.6398.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 27.52%
GREEN value IS 227 (89.06% from 255) = 38.09%
BLUE value IS 205 (80.47% from 255) = 34.40%
R=27.52%
G=38.09%
B=34.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1642272050.2800.100.11159.0552.9476.67
HexA4E3CD1C0AB9f354d
Octal244343315340121323765115
Binary10100100111000111100110111100010101011100111111101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4E3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4E3CD; }

 p { color: rgb(164,227,205); }

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

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

 a { background-color: rgb(164,227,205); }

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

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

 span { border-color: rgb(164,227,205); }

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