Html Css Color HEX #ABFBE2 Water Leaf

📋 copy color: '#ABFBE2'

red 171 ◦ green 251 ◦ blue 226

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

Shades of Water Leaf #ABFBE2

Tints of Water Leaf #ABFBE2

RGB

 RED value IS 171 (67.19% from 255) = 26.39%

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

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

R = 26.39%
G = 38.73%
B = 34.88%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.02

RGB Variations

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

Color information

#ABFBE2 (or 0xABFBE2) is known color: Water Leaf. HEX triplet: AB, FB and E2. RGB value is (171,251,226). Sum of RGB (Red+Green+Blue) = 171+251+226=648 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.39% from 648); Green value is 251 (98.44% from 255 or 38.73% from 648); Blue value is 226 (88.67% from 255 or 34.88% from 648); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFBE2 is #54041D. Grayscale: #E0E0E0. Windows color (decimal): -5506078 or 14875563. OLE color: 14875563.

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

Color convert

RGB 171 251 226 -
CMYK 0.32 0 0.10 0.02
HSL 161.25º 0.91% 0.83% -
HSV(B) 161.25º 0.32% 0.98% -
XYZ 65.02 83.14 84.57 -
YUV 224.23 129 90.03 -
System Red Green Blue C M Y K H S L
Decimal 171 251 226 0.32 0 0.10 0.02 161.25 0.91 0.83
Hex AB FB E2 20 0 A 2 A1 5B 53
Octal 253 373 342 40 0 12 2 241 133 123
Binary 10101011 11111011 11100010 100000 0 1010 10 10100001 1011011 1010011

Color Harmonies of #ABFBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFBE2

Black with #ABFBE2

Text Example


Text Example

White with #ABFBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFBE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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