Html Css Color HEX #ABFCE2 Water Leaf

📋 copy color: '#ABFCE2'

red 171 ◦ green 252 ◦ blue 226

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

Shades of Water Leaf #ABFCE2

Tints of Water Leaf #ABFCE2

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.83%

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

R = 26.35%
G = 38.83%
B = 34.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.10

 K value IS 0.01

RGB Variations

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

Color information

#ABFCE2 (or 0xABFCE2) is known color: Water Leaf. HEX triplet: AB, FC and E2. RGB value is (171,252,226). Sum of RGB (Red+Green+Blue) = 171+252+226=649 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.35% from 649); Green value is 252 (98.83% from 255 or 38.83% from 649); Blue value is 226 (88.67% from 255 or 34.82% from 649); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABFCE2 is #54031D. Grayscale: #E0E0E0. Windows color (decimal): -5505822 or 14875819. OLE color: 14875819.

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

Color convert

RGB 171 252 226 -
CMYK 0.32 0 0.10 0.01
HSL 160.74º 0.93% 0.83% -
HSV(B) 160.74º 0.32% 0.99% -
XYZ 65.33 83.77 84.68 -
YUV 224.82 128.66 89.61 -
System Red Green Blue C M Y K H S L
Decimal 171 252 226 0.32 0 0.10 0.01 160.74 0.93 0.83
Hex AB FC E2 20 0 A 1 A1 5D 53
Octal 253 374 342 40 0 12 1 241 135 123
Binary 10101011 11111100 11100010 100000 0 1010 1 10100001 1011101 1010011

Color Harmonies of #ABFCE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABFCE2

Black with #ABFCE2

Text Example


Text Example

White with #ABFCE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABFCE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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