Html Css Color HEX #ADF3DC Water Leaf

📋 copy color: '#ADF3DC'

red 173 ◦ green 243 ◦ blue 220

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

Shades of Water Leaf #ADF3DC

Tints of Water Leaf #ADF3DC

RGB

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

 GREEN value IS 243 (95.31% from 255) = 38.21%

 BLUE value IS 220 (86.33% from 255) = 34.59%

R = 27.2%
G = 38.21%
B = 34.59%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.05

RGB Variations

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

Color information

#ADF3DC (or 0xADF3DC) is known color: Water Leaf. HEX triplet: AD, F3 and DC. RGB value is (173,243,220). Sum of RGB (Red+Green+Blue) = 173+243+220=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 243 (95.31% from 255 or 38.21% from 636); Blue value is 220 (86.33% from 255 or 34.59% from 636); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF3DC is #520C23. Grayscale: #DBDBDB. Windows color (decimal): -5377060 or 14480301. OLE color: 14480301.

HSL color Cylindrical-coordinate representation of color #ADF3DC: hue angle of 160.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ADF3DC is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 243 220 -
CMYK 0.29 0 0.09 0.05
HSL 160.29º 0.74% 0.82% -
HSV(B) 160.29º 0.29% 0.95% -
XYZ 62.2 78.15 79.52 -
YUV 219.45 128.31 94.87 -
System Red Green Blue C M Y K H S L
Decimal 173 243 220 0.29 0 0.09 0.05 160.29 0.74 0.82
Hex AD F3 DC 1D 0 9 5 A0 4A 52
Octal 255 363 334 35 0 11 5 240 112 122
Binary 10101101 11110011 11011100 11101 0 1001 101 10100000 1001010 1010010

Color Harmonies of #ADF3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF3DC

Black with #ADF3DC

Text Example


Text Example

White with #ADF3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF3DC; }

 p { color: rgb(173,243,220); }

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

background-color css

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

 a { background-color: rgb(173,243,220); }

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

border-color css

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

 span { border-color: rgb(173,243,220); }

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