#ade2d1

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

Shades of Ice Cold #ADE2D1

Tints of Ice Cold #ADE2D1

Color information

#ADE2D1 (or 0xADE2D1) is unknown color: approx Ice Cold. HEX triplet: AD, E2 and D1. RGB value is (173,226,209). Sum of RGB (Red+Green+Blue) = 173+226+209=608 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.45% from 608); Green value is 226 (88.67% from 255 or 37.17% from 608); Blue value is 209 (82.03% from 255 or 34.38% from 608); Max value from RGB is 226 - color contains mainly: green. Hex color #ADE2D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADE2D1 is #521D2E. Grayscale: #D0D0D0. Windows color (decimal): -5381423 or 13755053. OLE color: 13755053.

HSL color Cylindrical-coordinate representation of color #ADE2D1: hue angle of 160.75º 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 #ADE2D1 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB173226209-
CMYK0.2300.080.11
HSL160.75º47.75%78.24%-
HSV(B)160.75º23.45%88.63%-
XYZ55.9467.8870.48-
YUV208.22128.44102.88-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 28.45%
GREEN value IS 226 (88.67% from 255) = 37.17%
BLUE value IS 209 (82.03% from 255) = 34.38%
R=28.45%
G=37.17%
B=34.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1732262090.2300.080.11160.7547.7578.24
HexADE2D11708Ba1304e
Octal255342321270101324160116
Binary10101101111000101101000110111010001011101000011100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ade2d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ade2d1; }

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

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

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

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

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

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

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

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