#ABE0B8

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

Shades of Fringy Flower #ABE0B8

Tints of Fringy Flower #ABE0B8

Color information

#ABE0B8 (or 0xABE0B8) is unknown color: approx Fringy Flower. HEX triplet: AB, E0 and B8. RGB value is (171,224,184). Sum of RGB (Red+Green+Blue) = 171+224+184=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 184 (72.27% from 255 or 31.78% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #ABE0B8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABE0B8 is #541F47. Grayscale: #CBCBCB. Windows color (decimal): -5513032 or 12116139. OLE color: 12116139.

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

Color convert

RGB171224184-
CMYK0.2400.180.12
HSL134.72º46.09%77.45%-
HSV(B)134.72º23.66%87.84%-
XYZ52.165.4355.23-
YUV203.59116.94104.75-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.53%
GREEN value IS 224 (87.89% from 255) = 38.69%
BLUE value IS 184 (72.27% from 255) = 31.78%
R=29.53%
G=38.69%
B=31.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1712241840.2400.180.12134.7246.0977.45
HexABE0B818012C872e4d
Octal253340270300221420756115
Binary101010111110000010111000110000100101100100001111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABE0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABE0B8; }

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

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

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

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

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

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

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

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