#A2DFCA

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

Shades of Ice Cold #A2DFCA

Tints of Ice Cold #A2DFCA

Color information

#A2DFCA (or 0xA2DFCA) is unknown color: approx Ice Cold. HEX triplet: A2, DF and CA. RGB value is (162,223,202). Sum of RGB (Red+Green+Blue) = 162+223+202=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 202 (79.30% from 255 or 34.41% from 587); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DFCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A2DFCA is #5D2035. Grayscale: #CACACA. Windows color (decimal): -6103094 or 13295522. OLE color: 13295522.

HSL color Cylindrical-coordinate representation of color #A2DFCA: hue angle of 159.34º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A2DFCA is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB162223202-
CMYK0.2700.090.13
HSL159.34º48.8%75.49%-
HSV(B)159.34º27.35%87.45%-
XYZ51.9564.7265.63-
YUV202.37127.7999.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 27.60%
GREEN value IS 223 (87.5% from 255) = 37.99%
BLUE value IS 202 (79.30% from 255) = 34.41%
R=27.60%
G=37.99%
B=34.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1622232020.2700.090.13159.3448.875.49
HexA2DFCA1B09D9f314b
Octal242337312330111523761113
Binary10100010110111111100101011011010011101100111111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DFCA; }

 p { color: rgb(162,223,202); }

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

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

 a { background-color: rgb(162,223,202); }

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

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

 span { border-color: rgb(162,223,202); }

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