#ABDEC0

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

Shades of Fringy Flower #ABDEC0

Tints of Fringy Flower #ABDEC0

Color information

#ABDEC0 (or 0xABDEC0) is unknown color: approx Fringy Flower. HEX triplet: AB, DE and C0. RGB value is (171,222,192). Sum of RGB (Red+Green+Blue) = 171+222+192=585 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.23% from 585); Green value is 222 (87.11% from 255 or 37.95% from 585); Blue value is 192 (75.39% from 255 or 32.82% from 585); Max value from RGB is 222 - color contains mainly: green. Hex color #ABDEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDEC0 is #54213F. Grayscale: #CBCBCB. Windows color (decimal): -5513536 or 12639915. OLE color: 12639915.

HSL color Cylindrical-coordinate representation of color #ABDEC0: hue angle of 144.71º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABDEC0 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB171222192-
CMYK0.2300.140.13
HSL144.71º43.59%77.06%-
HSV(B)144.71º22.97%87.06%-
XYZ52.4364.7159.6-
YUV203.33121.6104.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.23%
GREEN value IS 222 (87.11% from 255) = 37.95%
BLUE value IS 192 (75.39% from 255) = 32.82%
R=29.23%
G=37.95%
B=32.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712221920.2300.140.13144.7143.5977.06
HexABDEC0170ED912c4d
Octal253336300270161522154115
Binary10101011110111101100000010111011101101100100011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDEC0; }

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

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

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

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

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

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

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

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