Html Css Color HEX #ADF8DF Water Leaf

📋 copy color: '#ADF8DF'

red 173 ◦ green 248 ◦ blue 223

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

Shades of Water Leaf #ADF8DF

Tints of Water Leaf #ADF8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.51%

 BLUE value IS 223 (87.5% from 255) = 34.63%

R = 26.86%
G = 38.51%
B = 34.63%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#ADF8DF (or 0xADF8DF) is known color: Water Leaf. HEX triplet: AD, F8 and DF. RGB value is (173,248,223). Sum of RGB (Red+Green+Blue) = 173+248+223=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 248 (97.27% from 255 or 38.51% from 644); Blue value is 223 (87.5% from 255 or 34.63% from 644); Max value from RGB is 248 - color contains mainly: green. Hex color #ADF8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF8DF is #520720. Grayscale: #DEDEDE. Windows color (decimal): -5375777 or 14678189. OLE color: 14678189.

HSL color Cylindrical-coordinate representation of color #ADF8DF: hue angle of 160º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF8DF is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 173 248 223 -
CMYK 0.30 0 0.10 0.03
HSL 160º 0.84% 0.83% -
HSV(B) 160º 0.3% 0.97% -
XYZ 64.12 81.35 82.13 -
YUV 222.73 128.15 92.53 -
System Red Green Blue C M Y K H S L
Decimal 173 248 223 0.30 0 0.10 0.03 160 0.84 0.83
Hex AD F8 DF 1E 0 A 3 A0 54 53
Octal 255 370 337 36 0 12 3 240 124 123
Binary 10101101 11111000 11011111 11110 0 1010 11 10100000 1010100 1010011

Color Harmonies of #ADF8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF8DF

Black with #ADF8DF

Text Example


Text Example

White with #ADF8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF8DF; }

 p { color: rgb(173,248,223); }

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

background-color css

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

 a { background-color: rgb(173,248,223); }

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

border-color css

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

 span { border-color: rgb(173,248,223); }

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