Html Css Color HEX #ADF0DA Water Leaf

📋 copy color: '#ADF0DA'

red 173 ◦ green 240 ◦ blue 218

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

Shades of Water Leaf #ADF0DA

Tints of Water Leaf #ADF0DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 34.55%

R = 27.42%
G = 38.03%
B = 34.55%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#ADF0DA (or 0xADF0DA) is known color: Water Leaf. HEX triplet: AD, F0 and DA. RGB value is (173,240,218). Sum of RGB (Red+Green+Blue) = 173+240+218=631 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.42% from 631); Green value is 240 (94.14% from 255 or 38.03% from 631); Blue value is 218 (85.55% from 255 or 34.55% from 631); Max value from RGB is 240 - color contains mainly: green. Hex color #ADF0DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF0DA is #520F25. Grayscale: #D9D9D9. Windows color (decimal): -5377830 or 14348461. OLE color: 14348461.

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

Color convert

RGB 173 240 218 -
CMYK 0.28 0 0.09 0.06
HSL 160.3º 0.69% 0.81% -
HSV(B) 160.3º 0.28% 0.94% -
XYZ 61.05 76.27 77.83 -
YUV 217.46 128.3 96.29 -
System Red Green Blue C M Y K H S L
Decimal 173 240 218 0.28 0 0.09 0.06 160.3 0.69 0.81
Hex AD F0 DA 1C 0 9 6 A0 45 51
Octal 255 360 332 34 0 11 6 240 105 121
Binary 10101101 11110000 11011010 11100 0 1001 110 10100000 1000101 1010001

Color Harmonies of #ADF0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF0DA

Black with #ADF0DA

Text Example


Text Example

White with #ADF0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF0DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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