#ABE0BD

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

Shades of Fringy Flower #ABE0BD

Tints of Fringy Flower #ABE0BD

Color information

#ABE0BD (or 0xABE0BD) is unknown color: approx Fringy Flower. HEX triplet: AB, E0 and BD. RGB value is (171,224,189). Sum of RGB (Red+Green+Blue) = 171+224+189=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 224 (87.89% from 255 or 38.36% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0BD is #541F42. Grayscale: #CCCCCC. Windows color (decimal): -5513027 or 12443819. OLE color: 12443819.

HSL color Cylindrical-coordinate representation of color #ABE0BD: hue angle of 140.38º 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 #ABE0BD is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB171224189-
CMYK0.2400.160.12
HSL140.38º46.09%77.45%-
HSV(B)140.38º23.66%87.84%-
XYZ52.6465.6458.04-
YUV204.16119.44104.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.28%
GREEN value IS 224 (87.89% from 255) = 38.36%
BLUE value IS 189 (74.22% from 255) = 32.36%
R=29.28%
G=38.36%
B=32.36%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712241890.2400.160.12140.3846.0977.45
HexABE0BD18010C8c2e4d
Octal253340275300201421456115
Binary101010111110000010111101110000100001100100011001011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0BD; }

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

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

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

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

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

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

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

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