#ABDFBA

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

Shades of Fringy Flower #ABDFBA

Tints of Fringy Flower #ABDFBA

Color information

#ABDFBA (or 0xABDFBA) is unknown color: approx Fringy Flower. HEX triplet: AB, DF and BA. RGB value is (171,223,186). Sum of RGB (Red+Green+Blue) = 171+223+186=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 223 (87.5% from 255 or 38.45% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFBA is #542045. Grayscale: #CBCBCB. Windows color (decimal): -5513286 or 12246955. OLE color: 12246955.

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

Color convert

RGB171223186-
CMYK0.2300.170.13
HSL137.31º44.83%77.25%-
HSV(B)137.31º23.32%87.45%-
XYZ52.0564.9856.25-
YUV203.23118.27105.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.48%
GREEN value IS 223 (87.5% from 255) = 38.45%
BLUE value IS 186 (73.05% from 255) = 32.07%
R=29.48%
G=38.45%
B=32.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712231860.2300.170.13137.3144.8377.25
HexABDFBA17011D892d4d
Octal253337272270211521155115
Binary101010111101111110111010101110100011101100010011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFBA; }

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

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

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

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

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

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

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

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