Html Css Color HEX #ADF3E2 Water Leaf

📋 copy color: '#ADF3E2'

red 173 ◦ green 243 ◦ blue 226

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

Shades of Water Leaf #ADF3E2

Tints of Water Leaf #ADF3E2

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.85%

 BLUE value IS 226 (88.67% from 255) = 35.2%

R = 26.95%
G = 37.85%
B = 35.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.07

 K value IS 0.05

RGB Variations

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

Color information

#ADF3E2 (or 0xADF3E2) is known color: Water Leaf. HEX triplet: AD, F3 and E2. RGB value is (173,243,226). Sum of RGB (Red+Green+Blue) = 173+243+226=642 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.95% from 642); Green value is 243 (95.31% from 255 or 37.85% from 642); Blue value is 226 (88.67% from 255 or 35.20% from 642); Max value from RGB is 243 - color contains mainly: green. Hex color #ADF3E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF3E2 is #520C1D. Grayscale: #DCDCDC. Windows color (decimal): -5377054 or 14873517. OLE color: 14873517.

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

Color convert

RGB 173 243 226 -
CMYK 0.29 0 0.07 0.05
HSL 165.43º 0.74% 0.82% -
HSV(B) 165.43º 0.29% 0.95% -
XYZ 63.01 78.48 83.78 -
YUV 220.13 131.31 94.38 -
System Red Green Blue C M Y K H S L
Decimal 173 243 226 0.29 0 0.07 0.05 165.43 0.74 0.82
Hex AD F3 E2 1D 0 7 5 A5 4A 52
Octal 255 363 342 35 0 7 5 245 112 122
Binary 10101101 11110011 11100010 11101 0 111 101 10100101 1001010 1010010

Color Harmonies of #ADF3E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF3E2

Black with #ADF3E2

Text Example


Text Example

White with #ADF3E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF3E2; }

 p { color: rgb(173,243,226); }

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

background-color css

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

 a { background-color: rgb(173,243,226); }

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

border-color css

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

 span { border-color: rgb(173,243,226); }

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