Html Css Color HEX #ADFBE0 Water Leaf

📋 copy color: '#ADFBE0'

red 173 ◦ green 251 ◦ blue 224

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

Shades of Water Leaf #ADFBE0

Tints of Water Leaf #ADFBE0

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.73%

 BLUE value IS 224 (87.89% from 255) = 34.57%

R = 26.7%
G = 38.73%
B = 34.57%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#ADFBE0 (or 0xADFBE0) is known color: Water Leaf. HEX triplet: AD, FB and E0. RGB value is (173,251,224). Sum of RGB (Red+Green+Blue) = 173+251+224=648 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.70% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 224 (87.89% from 255 or 34.57% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBE0 is #52041F. Grayscale: #E0E0E0. Windows color (decimal): -5375008 or 14744493. OLE color: 14744493.

HSL color Cylindrical-coordinate representation of color #ADFBE0: hue angle of 159.23º degrees, saturation: 0.91, 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 #ADFBE0 is Cyan = 0.31, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 173 251 224 -
CMYK 0.31 0 0.11 0.02
HSL 159.23º 0.91% 0.83% -
HSV(B) 159.23º 0.31% 0.98% -
XYZ 65.19 83.26 83.16 -
YUV 224.6 127.66 91.2 -
System Red Green Blue C M Y K H S L
Decimal 173 251 224 0.31 0 0.11 0.02 159.23 0.91 0.83
Hex AD FB E0 1F 0 B 2 9F 5B 53
Octal 255 373 340 37 0 13 2 237 133 123
Binary 10101101 11111011 11100000 11111 0 1011 10 10011111 1011011 1010011

Color Harmonies of #ADFBE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFBE0

Black with #ADFBE0

Text Example


Text Example

White with #ADFBE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFBE0; }

 p { color: rgb(173,251,224); }

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

background-color css

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

 a { background-color: rgb(173,251,224); }

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

border-color css

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

 span { border-color: rgb(173,251,224); }

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