Shades of Fern #55AF6B
Tints of Fern #55AF6B
RGB
CMYK
RGB Variations
Color information
#55AF6B (or 0x55AF6B) is known color: Fern. HEX triplet: 55, AF and 6B. RGB value is (85,175,107). Sum of RGB (Red+Green+Blue) = 85+175+107=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #55AF6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55AF6B is #AA5094. Grayscale: #8C8C8C. Windows color (decimal): -11161749 or 7057237. OLE color: 7057237.
HSL color Cylindrical-coordinate representation of color #55AF6B: hue angle of 134.67º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55AF6B is Cyan = 0.51, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 175 | 107 | - |
| CMYK | 0.51 | 0 | 0.39 | 0.31 |
| HSL | 134.67º | 0.36% | 0.51% | - |
| HSV(B) | 134.67º | 0.51% | 0.69% | - |
| XYZ | 21.73 | 33.65 | 19.26 | - |
| YUV | 140.34 | 109.18 | 88.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 175 | 107 | 0.51 | 0 | 0.39 | 0.31 | 134.67 | 0.36 | 0.51 |
| Hex | 55 | AF | 6B | 33 | 0 | 27 | 1F | 87 | 24 | 33 |
| Octal | 125 | 257 | 153 | 63 | 0 | 47 | 37 | 207 | 44 | 63 |
| Binary | 1010101 | 10101111 | 1101011 | 110011 | 0 | 100111 | 11111 | 10000111 | 100100 | 110011 |
Color Harmonies of #55AF6B
Complementary color
Monochromatic Colors of #55AF6B
Black with #55AF6B
Text Example
Text Example
White with #55AF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55AF6B; }
p { color: rgb(85,175,107); }
H1.HeaderClassName
{
color: #55AF6B;
}
.AnyTagClassName
{
color: #55AF6B;
}
</style>
background-color css
<style>
a { background-color: #55AF6B; }
a { background-color: rgb(85,175,107); }
div.DivClassName
{
background-color: #55AF6B;
}
.BgClassName
{
background-color: #55AF6B;
}
</style>
border-color css
<style>
span { border-color: #55AF6B; }
span { border-color: rgb(85,175,107); }
td.TdClassName
{
border-color: #55AF6B;
}
.TagClassName
{
border-color: #55AF6B;
}
</style>