Html Css Color HEX #ADE7D7 Ice Cold

📋 copy color: '#ADE7D7'

red 173 ◦ green 231 ◦ blue 215

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

Shades of Ice Cold #ADE7D7

Tints of Ice Cold #ADE7D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 34.73%

R = 27.95%
G = 37.32%
B = 34.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.07

 K value IS 0.09

RGB Variations

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

Color information

#ADE7D7 (or 0xADE7D7) is known color: Ice Cold. HEX triplet: AD, E7 and D7. RGB value is (173,231,215). Sum of RGB (Red+Green+Blue) = 173+231+215=619 (81% of max value = 765). Red value is 173 (67.97% from 255 or 27.95% from 619); Green value is 231 (90.62% from 255 or 37.32% from 619); Blue value is 215 (84.38% from 255 or 34.73% from 619); Max value from RGB is 231 - color contains mainly: green. Hex color #ADE7D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADE7D7 is #521828. Grayscale: #D3D3D3. Windows color (decimal): -5380137 or 14149549. OLE color: 14149549.

HSL color Cylindrical-coordinate representation of color #ADE7D7: hue angle of 163.45º 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 #ADE7D7 is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 231 215 -
CMYK 0.25 0 0.07 0.09
HSL 163.45º 0.55% 0.79% -
HSV(B) 163.45º 0.25% 0.91% -
XYZ 58.08 70.94 74.92 -
YUV 211.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 173 231 215 0.25 0 0.07 0.09 163.45 0.55 0.79
Hex AD E7 D7 19 0 7 9 A3 37 4F
Octal 255 347 327 31 0 7 11 243 67 117
Binary 10101101 11100111 11010111 11001 0 111 1001 10100011 110111 1001111

Color Harmonies of #ADE7D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADE7D7

Black with #ADE7D7

Text Example


Text Example

White with #ADE7D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADE7D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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