Html Css Color HEX #ADFBE5 Water Leaf

📋 copy color: '#ADFBE5'

red 173 ◦ green 251 ◦ blue 229

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

Shades of Water Leaf #ADFBE5

Tints of Water Leaf #ADFBE5

RGB

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

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

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

R = 26.49%
G = 38.44%
B = 35.07%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.02

RGB Variations

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

Color information

#ADFBE5 (or 0xADFBE5) is known color: Water Leaf. HEX triplet: AD, FB and E5. RGB value is (173,251,229). Sum of RGB (Red+Green+Blue) = 173+251+229=653 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.49% from 653); Green value is 251 (98.44% from 255 or 38.44% from 653); Blue value is 229 (89.84% from 255 or 35.07% from 653); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBE5 is #52041A. Grayscale: #E1E1E1. Windows color (decimal): -5375003 or 15072173. OLE color: 15072173.

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

Color convert

RGB 173 251 229 -
CMYK 0.31 0 0.09 0.02
HSL 163.08º 0.91% 0.83% -
HSV(B) 163.08º 0.31% 0.98% -
XYZ 65.87 83.54 86.78 -
YUV 225.17 130.16 90.79 -
System Red Green Blue C M Y K H S L
Decimal 173 251 229 0.31 0 0.09 0.02 163.08 0.91 0.83
Hex AD FB E5 1F 0 9 2 A3 5B 53
Octal 255 373 345 37 0 11 2 243 133 123
Binary 10101101 11111011 11100101 11111 0 1001 10 10100011 1011011 1010011

Color Harmonies of #ADFBE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFBE5

Black with #ADFBE5

Text Example


Text Example

White with #ADFBE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFBE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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