#ABDFC0

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

Shades of Fringy Flower #ABDFC0

Tints of Fringy Flower #ABDFC0

Color information

#ABDFC0 (or 0xABDFC0) is unknown color: approx Fringy Flower. HEX triplet: AB, DF and C0. RGB value is (171,223,192). Sum of RGB (Red+Green+Blue) = 171+223+192=586 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.18% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 192 (75.39% from 255 or 32.76% from 586); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFC0 is #54203F. Grayscale: #CBCBCB. Windows color (decimal): -5513280 or 12640171. OLE color: 12640171.

HSL color Cylindrical-coordinate representation of color #ABDFC0: hue angle of 144.23º degrees, saturation: 0.45, 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 #ABDFC0 is Cyan = 0.23, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB171223192-
CMYK0.2300.140.13
HSL144.23º44.83%77.25%-
HSV(B)144.23º23.32%87.45%-
XYZ52.765.2459.68-
YUV203.92121.27104.52-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.18%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 192 (75.39% from 255) = 32.76%
R=29.18%
G=38.05%
B=32.76%

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
Decimal1712231920.2300.140.13144.2344.8377.25
HexABDFC0170ED902d4d
Octal253337300270161522055115
Binary10101011110111111100000010111011101101100100001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFC0; }

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

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

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

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

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

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

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

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