Html Css Color HEX #ADF1DA Water Leaf

📋 copy color: '#ADF1DA'

red 173 ◦ green 241 ◦ blue 218

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

Shades of Water Leaf #ADF1DA

Tints of Water Leaf #ADF1DA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.13%

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

R = 27.37%
G = 38.13%
B = 34.49%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#ADF1DA (or 0xADF1DA) is known color: Water Leaf. HEX triplet: AD, F1 and DA. RGB value is (173,241,218). Sum of RGB (Red+Green+Blue) = 173+241+218=632 (83% of max value = 765). Red value is 173 (67.97% from 255 or 27.37% from 632); Green value is 241 (94.53% from 255 or 38.13% from 632); Blue value is 218 (85.55% from 255 or 34.49% from 632); Max value from RGB is 241 - color contains mainly: green. Hex color #ADF1DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF1DA is #520E25. Grayscale: #DADADA. Windows color (decimal): -5377574 or 14348717. OLE color: 14348717.

HSL color Cylindrical-coordinate representation of color #ADF1DA: hue angle of 159.71º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ADF1DA is Cyan = 0.28, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 173 241 218 -
CMYK 0.28 0 0.10 0.05
HSL 159.71º 0.71% 0.81% -
HSV(B) 159.71º 0.28% 0.95% -
XYZ 61.34 76.86 77.93 -
YUV 218.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 173 241 218 0.28 0 0.10 0.05 159.71 0.71 0.81
Hex AD F1 DA 1C 0 A 5 A0 47 51
Octal 255 361 332 34 0 12 5 240 107 121
Binary 10101101 11110001 11011010 11100 0 1010 101 10100000 1000111 1010001

Color Harmonies of #ADF1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF1DA

Black with #ADF1DA

Text Example


Text Example

White with #ADF1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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