#ABECC0

Color #ABECC0 Fringy Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fringy Flower #ABECC0

Tints of Fringy Flower #ABECC0

Color information

#ABECC0 (or 0xABECC0) is unknown color: approx Fringy Flower. HEX triplet: AB, EC and C0. RGB value is (171,236,192). Sum of RGB (Red+Green+Blue) = 171+236+192=599 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.55% from 599); Green value is 236 (92.58% from 255 or 39.40% from 599); Blue value is 192 (75.39% from 255 or 32.05% from 599); Max value from RGB is 236 - color contains mainly: green. Hex color #ABECC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABECC0 is #54133F. Grayscale: #D3D3D3. Windows color (decimal): -5509952 or 12643499. OLE color: 12643499.

HSL color Cylindrical-coordinate representation of color #ABECC0: hue angle of 139.38º 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 #ABECC0 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB171236192-
CMYK0.2800.190.07
HSL139.38º63.11%79.8%-
HSV(B)139.38º27.54%92.55%-
XYZ56.372.4560.89-
YUV211.55116.9799.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.55%
GREEN value IS 236 (92.58% from 255) = 39.40%
BLUE value IS 192 (75.39% from 255) = 32.05%
R=28.55%
G=39.40%
B=32.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1712361920.2800.190.07139.3863.1179.8
HexABECC01C01378b3f50
Octal25335430034023721377120
Binary10101011111011001100000011100010011111100010111111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABECC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABECC0; }

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

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

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

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

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

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

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

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