Html Css Color HEX #ADF2E5 Water Leaf

📋 copy color: '#ADF2E5'

red 173 ◦ green 242 ◦ blue 229

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

Shades of Water Leaf #ADF2E5

Tints of Water Leaf #ADF2E5

RGB

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

 GREEN value IS 242 (94.92% from 255) = 37.58%

 BLUE value IS 229 (89.84% from 255) = 35.56%

R = 26.86%
G = 37.58%
B = 35.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#ADF2E5 (or 0xADF2E5) is known color: Water Leaf. HEX triplet: AD, F2 and E5. RGB value is (173,242,229). Sum of RGB (Red+Green+Blue) = 173+242+229=644 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.86% from 644); Green value is 242 (94.92% from 255 or 37.58% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 242 - color contains mainly: green. Hex color #ADF2E5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF2E5 is #520D1A. Grayscale: #DBDBDB. Windows color (decimal): -5377307 or 15069869. OLE color: 15069869.

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

Color convert

RGB 173 242 229 -
CMYK 0.29 0 0.05 0.05
HSL 168.7º 0.73% 0.81% -
HSV(B) 168.7º 0.29% 0.95% -
XYZ 63.13 78.05 85.87 -
YUV 219.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 173 242 229 0.29 0 0.05 0.05 168.7 0.73 0.81
Hex AD F2 E5 1D 0 5 5 A9 49 51
Octal 255 362 345 35 0 5 5 251 111 121
Binary 10101101 11110010 11100101 11101 0 101 101 10101001 1001001 1010001

Color Harmonies of #ADF2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF2E5

Black with #ADF2E5

Text Example


Text Example

White with #ADF2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF2E5; }

 p { color: rgb(173,242,229); }

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

background-color css

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

 a { background-color: rgb(173,242,229); }

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

border-color css

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

 span { border-color: rgb(173,242,229); }

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