Html Css Color HEX #ADF9E4 Water Leaf

📋 copy color: '#ADF9E4'

red 173 ◦ green 249 ◦ blue 228

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

Shades of Water Leaf #ADF9E4

Tints of Water Leaf #ADF9E4

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.31%

 BLUE value IS 228 (89.45% from 255) = 35.08%

R = 26.62%
G = 38.31%
B = 35.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.02

RGB Variations

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

Color information

#ADF9E4 (or 0xADF9E4) is known color: Water Leaf. HEX triplet: AD, F9 and E4. RGB value is (173,249,228). Sum of RGB (Red+Green+Blue) = 173+249+228=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 228 (89.45% from 255 or 35.08% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #ADF9E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADF9E4 is #52061B. Grayscale: #DFDFDF. Windows color (decimal): -5375516 or 15006125. OLE color: 15006125.

HSL color Cylindrical-coordinate representation of color #ADF9E4: hue angle of 163.42º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ADF9E4 is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 249 228 -
CMYK 0.31 0 0.08 0.02
HSL 163.42º 0.86% 0.83% -
HSV(B) 163.42º 0.31% 0.98% -
XYZ 65.11 82.24 85.84 -
YUV 223.88 130.32 91.71 -
System Red Green Blue C M Y K H S L
Decimal 173 249 228 0.31 0 0.08 0.02 163.42 0.86 0.83
Hex AD F9 E4 1F 0 8 2 A3 56 53
Octal 255 371 344 37 0 10 2 243 126 123
Binary 10101101 11111001 11100100 11111 0 1000 10 10100011 1010110 1010011

Color Harmonies of #ADF9E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADF9E4

Black with #ADF9E4

Text Example


Text Example

White with #ADF9E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADF9E4; }

 p { color: rgb(173,249,228); }

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

background-color css

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

 a { background-color: rgb(173,249,228); }

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

border-color css

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

 span { border-color: rgb(173,249,228); }

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