Shades of Persian Green #08B89C
Tints of Persian Green #08B89C
RGB
CMYK
RGB Variations
Color information
#08B89C (or 0x08B89C) is known color: Persian Green. HEX triplet: 08, B8 and 9C. RGB value is (8,184,156). Sum of RGB (Red+Green+Blue) = 8+184+156=348 (46% of max value = 765). Red value is 8 (3.52% from 255 or 2.30% from 348); Green value is 184 (72.27% from 255 or 52.87% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 184 - color contains mainly: green. Hex color #08B89C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B89C is #F74763. Grayscale: #808080. Windows color (decimal): -16205668 or 10270728. OLE color: 10270728.
HSL color Cylindrical-coordinate representation of color #08B89C: hue angle of 170.45º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B89C is Cyan = 0.96, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 8 | 184 | 156 | - |
| CMYK | 0.96 | 0 | 0.15 | 0.28 |
| HSL | 170.45º | 0.92% | 0.38% | - |
| HSV(B) | 170.45º | 0.96% | 0.72% | - |
| XYZ | 23.24 | 36.73 | 37.32 | - |
| YUV | 128.18 | 143.69 | 42.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 184 | 156 | 0.96 | 0 | 0.15 | 0.28 | 170.45 | 0.92 | 0.38 |
| Hex | 8 | B8 | 9C | 60 | 0 | F | 1C | AA | 5C | 26 |
| Octal | 10 | 270 | 234 | 140 | 0 | 17 | 34 | 252 | 134 | 46 |
| Binary | 1000 | 10111000 | 10011100 | 1100000 | 0 | 1111 | 11100 | 10101010 | 1011100 | 100110 |
Color Harmonies of #08B89C
Complementary color
Monochromatic Colors of #08B89C
Black with #08B89C
Text Example
Text Example
White with #08B89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08B89C; }
p { color: rgb(8,184,156); }
H1.HeaderClassName
{
color: #08B89C;
}
.AnyTagClassName
{
color: #08B89C;
}
</style>
background-color css
<style>
a { background-color: #08B89C; }
a { background-color: rgb(8,184,156); }
div.DivClassName
{
background-color: #08B89C;
}
.BgClassName
{
background-color: #08B89C;
}
</style>
border-color css
<style>
span { border-color: #08B89C; }
span { border-color: rgb(8,184,156); }
td.TdClassName
{
border-color: #08B89C;
}
.TagClassName
{
border-color: #08B89C;
}
</style>