Html Css Color HEX #ADFBE1 Water Leaf

📋 copy color: '#ADFBE1'

red 173 ◦ green 251 ◦ blue 225

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

Shades of Water Leaf #ADFBE1

Tints of Water Leaf #ADFBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 34.67%

R = 26.66%
G = 38.67%
B = 34.67%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#ADFBE1 (or 0xADFBE1) is known color: Water Leaf. HEX triplet: AD, FB and E1. RGB value is (173,251,225). Sum of RGB (Red+Green+Blue) = 173+251+225=649 (85% of max value = 765). Red value is 173 (67.97% from 255 or 26.66% from 649); Green value is 251 (98.44% from 255 or 38.67% from 649); Blue value is 225 (88.28% from 255 or 34.67% from 649); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBE1 is #52041E. Grayscale: #E0E0E0. Windows color (decimal): -5375007 or 14810029. OLE color: 14810029.

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

Color convert

RGB 173 251 225 -
CMYK 0.31 0 0.10 0.02
HSL 160º 0.91% 0.83% -
HSV(B) 160º 0.31% 0.98% -
XYZ 65.32 83.31 83.87 -
YUV 224.71 128.16 91.11 -
System Red Green Blue C M Y K H S L
Decimal 173 251 225 0.31 0 0.10 0.02 160 0.91 0.83
Hex AD FB E1 1F 0 A 2 A0 5B 53
Octal 255 373 341 37 0 12 2 240 133 123
Binary 10101101 11111011 11100001 11111 0 1010 10 10100000 1011011 1010011

Color Harmonies of #ADFBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFBE1

Black with #ADFBE1

Text Example


Text Example

White with #ADFBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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