Html Css Color HEX #ABFBEA Water Leaf

📋 copy color: '#ABFBEA'

red 171 ◦ green 251 ◦ blue 234

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

Shades of Water Leaf #ABFBEA

Tints of Water Leaf #ABFBEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 35.67%

R = 26.07%
G = 38.26%
B = 35.67%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#ABFBEA (or 0xABFBEA) is known color: Water Leaf. HEX triplet: AB, FB and EA. RGB value is (171,251,234). Sum of RGB (Red+Green+Blue) = 171+251+234=656 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.07% from 656); Green value is 251 (98.44% from 255 or 38.26% from 656); Blue value is 234 (91.80% from 255 or 35.67% from 656); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBEA is #540415. Grayscale: #E1E1E1. Windows color (decimal): -5506070 or 15399851. OLE color: 15399851.

HSL color Cylindrical-coordinate representation of color #ABFBEA: hue angle of 167.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 #ABFBEA is Cyan = 0.32, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 171 251 234 -
CMYK 0.32 0 0.07 0.02
HSL 167.25º 0.91% 0.83% -
HSV(B) 167.25º 0.32% 0.98% -
XYZ 66.14 83.59 90.49 -
YUV 225.14 133 89.38 -
System Red Green Blue C M Y K H S L
Decimal 171 251 234 0.32 0 0.07 0.02 167.25 0.91 0.83
Hex AB FB EA 20 0 7 2 A7 5B 53
Octal 253 373 352 40 0 7 2 247 133 123
Binary 10101011 11111011 11101010 100000 0 111 10 10100111 1011011 1010011

Color Harmonies of #ABFBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFBEA

Black with #ABFBEA

Text Example


Text Example

White with #ABFBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFBEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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