#ABECE1

Color #ABECE1 Water Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Water Leaf #ABECE1

Tints of Water Leaf #ABECE1

Color information

#ABECE1 (or 0xABECE1) is unknown color: approx Water Leaf. HEX triplet: AB, EC and E1. RGB value is (171,236,225). Sum of RGB (Red+Green+Blue) = 171+236+225=632 (83% of max value = 765). Red value is 171 (67.19% from 255 or 27.06% from 632); Green value is 236 (92.58% from 255 or 37.34% from 632); Blue value is 225 (88.28% from 255 or 35.60% from 632); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECE1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECE1 is #54131E. Grayscale: #D7D7D7. Windows color (decimal): -5509919 or 14806187. OLE color: 14806187.

HSL color Cylindrical-coordinate representation of color #ABECE1: hue angle of 169.85º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABECE1 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB171236225-
CMYK0.2800.050.07
HSL169.85º63.11%79.8%-
HSV(B)169.85º27.54%92.55%-
XYZ60.3874.0982.35-
YUV215.31133.4796.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 27.06%
GREEN value IS 236 (92.58% from 255) = 37.34%
BLUE value IS 225 (88.28% from 255) = 35.60%
R=27.06%
G=37.34%
B=35.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712362250.2800.050.07169.8563.1179.8
HexABECE11C057aa3f50
Octal2533543413405725277120
Binary101010111110110011100001111000101111101010101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECE1; }

 p { color: rgb(171,236,225); }

 H1.HeaderClassName
 {
   color: #ABECE1;
 }
 .AnyTagClassName
 {
   color: #ABECE1;
 }
</style>
background-color css

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

 a { background-color: rgb(171,236,225); }

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

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

 span { border-color: rgb(171,236,225); }

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