Shades of Persian Green #00B69C
Tints of Persian Green #00B69C
RGB
CMYK
RGB Variations
Color information
#00B69C (or 0x00B69C) is known color: Persian Green. HEX triplet: 00, B6 and 9C. RGB value is (0,182,156). Sum of RGB (Red+Green+Blue) = 0+182+156=338 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 338); Green value is 182 (71.48% from 255 or 53.85% from 338); Blue value is 156 (61.33% from 255 or 46.15% from 338); Max value from RGB is 182 - color contains mainly: green. Hex color #00B69C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B69C is #FF4963. Grayscale: #7C7C7C. Windows color (decimal): -16730468 or 10270208. OLE color: 10270208.
HSL color Cylindrical-coordinate representation of color #00B69C: hue angle of 171.43º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B69C is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 182 | 156 | - |
| CMYK | 1 | 0 | 0.14 | 0.29 |
| HSL | 171.43º | 1% | 0.36% | - |
| HSV(B) | 171.43º | 1% | 0.71% | - |
| XYZ | 22.73 | 35.86 | 37.18 | - |
| YUV | 124.62 | 145.7 | 39.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 182 | 156 | 1 | 0 | 0.14 | 0.29 | 171.43 | 1 | 0.36 |
| Hex | 0 | B6 | 9C | 64 | 0 | E | 1D | AB | 64 | 24 |
| Octal | 0 | 266 | 234 | 144 | 0 | 16 | 35 | 253 | 144 | 44 |
| Binary | 0 | 10110110 | 10011100 | 1100100 | 0 | 1110 | 11101 | 10101011 | 1100100 | 100100 |
Color Harmonies of #00B69C
Complementary color
Monochromatic Colors of #00B69C
Black with #00B69C
Text Example
Text Example
White with #00B69C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B69C; }
p { color: rgb(0,182,156); }
H1.HeaderClassName
{
color: #00B69C;
}
.AnyTagClassName
{
color: #00B69C;
}
</style>
background-color css
<style>
a { background-color: #00B69C; }
a { background-color: rgb(0,182,156); }
div.DivClassName
{
background-color: #00B69C;
}
.BgClassName
{
background-color: #00B69C;
}
</style>
border-color css
<style>
span { border-color: #00B69C; }
span { border-color: rgb(0,182,156); }
td.TdClassName
{
border-color: #00B69C;
}
.TagClassName
{
border-color: #00B69C;
}
</style>