Html Css Color HEX #ADFBE2 Water Leaf

📋 copy color: '#ADFBE2'

red 173 ◦ green 251 ◦ blue 226

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

Shades of Water Leaf #ADFBE2

Tints of Water Leaf #ADFBE2

RGB

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

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

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

R = 26.62%
G = 38.62%
B = 34.77%

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

#ADFBE2 (or 0xADFBE2) is known color: Water Leaf. HEX triplet: AD, FB and E2. RGB value is (173,251,226). Sum of RGB (Red+Green+Blue) = 173+251+226=650 (86% of max value = 765). Red value is 173 (67.97% from 255 or 26.62% from 650); Green value is 251 (98.44% from 255 or 38.62% from 650); Blue value is 226 (88.67% from 255 or 34.77% from 650); Max value from RGB is 251 - color contains mainly: green. Hex color #ADFBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ADFBE2 is #52041D. Grayscale: #E0E0E0. Windows color (decimal): -5375006 or 14875565. OLE color: 14875565.

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

Color convert

RGB 173 251 226 -
CMYK 0.31 0 0.10 0.02
HSL 160.77º 0.91% 0.83% -
HSV(B) 160.77º 0.31% 0.98% -
XYZ 65.46 83.37 84.59 -
YUV 224.83 128.66 91.03 -
System Red Green Blue C M Y K H S L
Decimal 173 251 226 0.31 0 0.10 0.02 160.77 0.91 0.83
Hex AD FB E2 1F 0 A 2 A1 5B 53
Octal 255 373 342 37 0 12 2 241 133 123
Binary 10101101 11111011 11100010 11111 0 1010 10 10100001 1011011 1010011

Color Harmonies of #ADFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADFBE2

Black with #ADFBE2

Text Example


Text Example

White with #ADFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADFBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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