#ABEBC0

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

Shades of Fringy Flower #ABEBC0

Tints of Fringy Flower #ABEBC0

Color information

#ABEBC0 (or 0xABEBC0) is unknown color: approx Fringy Flower. HEX triplet: AB, EB and C0. RGB value is (171,235,192). Sum of RGB (Red+Green+Blue) = 171+235+192=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 235 (92.19% from 255 or 39.30% from 598); Blue value is 192 (75.39% from 255 or 32.11% from 598); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEBC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABEBC0 is #54143F. Grayscale: #D3D3D3. Windows color (decimal): -5510208 or 12643243. OLE color: 12643243.

HSL color Cylindrical-coordinate representation of color #ABEBC0: hue angle of 139.69º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABEBC0 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.

Color convert

RGB171235192-
CMYK0.2700.180.08
HSL139.69º61.54%79.61%-
HSV(B)139.69º27.23%92.16%-
XYZ56.0271.8860.79-
YUV210.96117.399.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 235 (92.19% from 255) = 39.30%
BLUE value IS 192 (75.39% from 255) = 32.11%
R=28.60%
G=39.30%
B=32.11%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1712351920.2700.180.08139.6961.5479.61
HexABEBC01B01288c3e50
Octal253353300330221021476120
Binary101010111110101111000000110110100101000100011001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEBC0; }

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

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

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

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

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

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

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

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