Html Css Color HEX #ADE7D2 Ice Cold

📋 copy color: '#ADE7D2'

red 173 ◦ green 231 ◦ blue 210

#ADE7D2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #ADE7D2

Tints of Ice Cold #ADE7D2

RGB

 RED value IS 173 (67.97% from 255) = 28.18%

 GREEN value IS 231 (90.63% from 255) = 37.62%

 BLUE value IS 210 (82.42% from 255) = 34.2%

R = 28.18%
G = 37.62%
B = 34.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#ADE7D2 (or 0xADE7D2) is known color: Ice Cold. HEX triplet: AD, E7 and D2. RGB value is (173,231,210). Sum of RGB (Red+Green+Blue) = 173+231+210=614 (81% of max value = 765). Red value is 173 (67.97% from 255 or 28.18% from 614); Green value is 231 (90.62% from 255 or 37.62% from 614); Blue value is 210 (82.42% from 255 or 34.20% from 614); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7D2 is #52182D. Grayscale: #D3D3D3. Windows color (decimal): -5380142 or 13821869. OLE color: 13821869.

HSL color Cylindrical-coordinate representation of color #ADE7D2: hue angle of 158.28º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ADE7D2 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 231 210 -
CMYK 0.25 0 0.09 0.09
HSL 158.28º 0.55% 0.79% -
HSV(B) 158.28º 0.25% 0.91% -
XYZ 57.44 70.69 71.59 -
YUV 211.26 127.28 100.71 -
System Red Green Blue C M Y K H S L
Decimal 173 231 210 0.25 0 0.09 0.09 158.28 0.55 0.79
Hex AD E7 D2 19 0 9 9 9E 37 4F
Octal 255 347 322 31 0 11 11 236 67 117
Binary 10101101 11100111 11010010 11001 0 1001 1001 10011110 110111 1001111

Color Harmonies of #ADE7D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE7D2

Black with #ADE7D2

Text Example


Text Example

White with #ADE7D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE7D2; }

 p { color: rgb(173,231,210); }

 H1.HeaderClassName
 {
   color: #ADE7D2;
 }
 .AnyTagClassName
 {
   color: #ADE7D2;
 }
</style>

background-color css

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

 a { background-color: rgb(173,231,210); }

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

border-color css

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

 span { border-color: rgb(173,231,210); }

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