Shades of Fringy Flower #ABD8B6
Tints of Fringy Flower #ABD8B6
RGB
CMYK
RGB Variations
Color information
#ABD8B6 (or 0xABD8B6) is known color: Fringy Flower. HEX triplet: AB, D8 and B6. RGB value is (171,216,182). Sum of RGB (Red+Green+Blue) = 171+216+182=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 216 (84.77% from 255 or 37.96% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD8B6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD8B6 is #542749. Grayscale: #C6C6C6. Windows color (decimal): -5515082 or 11983019. OLE color: 11983019.
HSL color Cylindrical-coordinate representation of color #ABD8B6: hue angle of 134.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD8B6 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 216 | 182 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.15 |
| HSL | 134.67º | 0.37% | 0.76% | - |
| HSV(B) | 134.67º | 0.21% | 0.85% | - |
| XYZ | 49.79 | 61.15 | 53.43 | - |
| YUV | 198.67 | 118.59 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 216 | 182 | 0.21 | 0 | 0.16 | 0.15 | 134.67 | 0.37 | 0.76 |
| Hex | AB | D8 | B6 | 15 | 0 | 10 | F | 87 | 25 | 4C |
| Octal | 253 | 330 | 266 | 25 | 0 | 20 | 17 | 207 | 45 | 114 |
| Binary | 10101011 | 11011000 | 10110110 | 10101 | 0 | 10000 | 1111 | 10000111 | 100101 | 1001100 |
Color Harmonies of #ABD8B6
Complementary color
Monochromatic Colors of #ABD8B6
Black with #ABD8B6
Text Example
Text Example
White with #ABD8B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABD8B6; }
p { color: rgb(171,216,182); }
H1.HeaderClassName
{
color: #ABD8B6;
}
.AnyTagClassName
{
color: #ABD8B6;
}
</style>
background-color css
<style>
a { background-color: #ABD8B6; }
a { background-color: rgb(171,216,182); }
div.DivClassName
{
background-color: #ABD8B6;
}
.BgClassName
{
background-color: #ABD8B6;
}
</style>
border-color css
<style>
span { border-color: #ABD8B6; }
span { border-color: rgb(171,216,182); }
td.TdClassName
{
border-color: #ABD8B6;
}
.TagClassName
{
border-color: #ABD8B6;
}
</style>