Html Css Color HEX #ADF0DF Water Leaf

📋 copy color: '#ADF0DF'

red 173 ◦ green 240 ◦ blue 223

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

Shades of Water Leaf #ADF0DF

Tints of Water Leaf #ADF0DF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.74%

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

R = 27.2%
G = 37.74%
B = 35.06%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#ADF0DF (or 0xADF0DF) is known color: Water Leaf. HEX triplet: AD, F0 and DF. RGB value is (173,240,223). Sum of RGB (Red+Green+Blue) = 173+240+223=636 (84% of max value = 765). Red value is 173 (67.97% from 255 or 27.20% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 223 (87.5% from 255 or 35.06% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0DF is #520F20. Grayscale: #DADADA. Windows color (decimal): -5377825 or 14676141. OLE color: 14676141.

HSL color Cylindrical-coordinate representation of color #ADF0DF: hue angle of 164.78º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF0DF is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 173 240 223 -
CMYK 0.28 0 0.07 0.06
HSL 164.78º 0.69% 0.81% -
HSV(B) 164.78º 0.28% 0.94% -
XYZ 61.71 76.53 81.33 -
YUV 218.03 130.8 95.88 -
System Red Green Blue C M Y K H S L
Decimal 173 240 223 0.28 0 0.07 0.06 164.78 0.69 0.81
Hex AD F0 DF 1C 0 7 6 A5 45 51
Octal 255 360 337 34 0 7 6 245 105 121
Binary 10101101 11110000 11011111 11100 0 111 110 10100101 1000101 1010001

Color Harmonies of #ADF0DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF0DF

Black with #ADF0DF

Text Example


Text Example

White with #ADF0DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF0DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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