#ABE0C1

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

Shades of Fringy Flower #ABE0C1

Tints of Fringy Flower #ABE0C1

Color information

#ABE0C1 (or 0xABE0C1) is unknown color: approx Fringy Flower. HEX triplet: AB, E0 and C1. RGB value is (171,224,193). Sum of RGB (Red+Green+Blue) = 171+224+193=588 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.08% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 193 (75.78% from 255 or 32.82% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0C1 is #541F3E. Grayscale: #CCCCCC. Windows color (decimal): -5513023 or 12705963. OLE color: 12705963.

HSL color Cylindrical-coordinate representation of color #ABE0C1: hue angle of 144.91º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABE0C1 is Cyan = 0.24, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB171224193-
CMYK0.2400.140.12
HSL144.91º46.09%77.45%-
HSV(B)144.91º23.66%87.84%-
XYZ53.0865.8260.36-
YUV204.62121.44104.02-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.08%
GREEN value IS 224 (87.89% from 255) = 38.10%
BLUE value IS 193 (75.78% from 255) = 32.82%
R=29.08%
G=38.10%
B=32.82%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712241930.2400.140.12144.9146.0977.45
HexABE0C1180EC912e4d
Octal253340301300161422156115
Binary10101011111000001100000111000011101100100100011011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0C1; }

 p { color: rgb(171,224,193); }

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

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

 a { background-color: rgb(171,224,193); }

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

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

 span { border-color: rgb(171,224,193); }

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