#ADE2D4

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

Shades of Ice Cold #ADE2D4

Tints of Ice Cold #ADE2D4

Color information

#ADE2D4 (or 0xADE2D4) is unknown color: approx Ice Cold. HEX triplet: AD, E2 and D4. RGB value is (173,226,212). Sum of RGB (Red+Green+Blue) = 173+226+212=611 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.31% from 611); Green value is 226 (88.67% from 255 or 36.99% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2D4 is #521D2B. Grayscale: #D0D0D0. Windows color (decimal): -5381420 or 13951661. OLE color: 13951661.

HSL color Cylindrical-coordinate representation of color #ADE2D4: hue angle of 164.15º degrees, saturation: 0.48, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ADE2D4 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB173226212-
CMYK0.2300.060.11
HSL164.15º47.75%78.24%-
HSV(B)164.15º23.45%88.63%-
XYZ56.3168.0372.45-
YUV208.56129.94102.64-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.31%
GREEN value IS 226 (88.67% from 255) = 36.99%
BLUE value IS 212 (83.20% from 255) = 34.70%
R=28.31%
G=36.99%
B=34.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732262120.2300.060.11164.1547.7578.24
HexADE2D41706Ba4304e
Octal25534232427061324460116
Binary1010110111100010110101001011101101011101001001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADE2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADE2D4; }

 p { color: rgb(173,226,212); }

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

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

 a { background-color: rgb(173,226,212); }

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

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

 span { border-color: rgb(173,226,212); }

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