Html Css Color HEX #ADF6DF Water Leaf

📋 copy color: '#ADF6DF'

red 173 ◦ green 246 ◦ blue 223

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

Shades of Water Leaf #ADF6DF

Tints of Water Leaf #ADF6DF

RGB

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

 GREEN value IS 246 (96.48% from 255) = 38.32%

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

R = 26.95%
G = 38.32%
B = 34.74%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.09

 K value IS 0.04

RGB Variations

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

Color information

#ADF6DF (or 0xADF6DF) is known color: Water Leaf. HEX triplet: AD, F6 and DF. RGB value is (173,246,223). Sum of RGB (Red+Green+Blue) = 173+246+223=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 246 (96.48% from 255 or 38.32% from 642); Blue value is 223 (87.5% from 255 or 34.74% from 642); Max value from RGB is 246 - color contains mainly: green. Hex color #ADF6DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF6DF is #520920. Grayscale: #DDDDDD. Windows color (decimal): -5376289 or 14677677. OLE color: 14677677.

HSL color Cylindrical-coordinate representation of color #ADF6DF: hue angle of 161.1º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ADF6DF is Cyan = 0.30, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB 173 246 223 -
CMYK 0.30 0 0.09 0.04
HSL 161.1º 0.8% 0.82% -
HSV(B) 161.1º 0.3% 0.96% -
XYZ 63.51 80.12 81.93 -
YUV 221.55 128.82 93.37 -
System Red Green Blue C M Y K H S L
Decimal 173 246 223 0.30 0 0.09 0.04 161.1 0.8 0.82
Hex AD F6 DF 1E 0 9 4 A1 50 52
Octal 255 366 337 36 0 11 4 241 120 122
Binary 10101101 11110110 11011111 11110 0 1001 100 10100001 1010000 1010010

Color Harmonies of #ADF6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF6DF

Black with #ADF6DF

Text Example


Text Example

White with #ADF6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF6DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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