Shades of Persian Green #00B38C
Tints of Persian Green #00B38C
RGB
CMYK
RGB Variations
Color information
#00B38C (or 0x00B38C) is known color: Persian Green. HEX triplet: 00, B3 and 8C. RGB value is (0,179,140). Sum of RGB (Red+Green+Blue) = 0+179+140=319 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 319); Green value is 179 (70.31% from 255 or 56.11% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 179 - color contains mainly: green. Hex color #00B38C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00B38C is #FF4C73. Grayscale: #797979. Windows color (decimal): -16731252 or 9220864. OLE color: 9220864.
HSL color Cylindrical-coordinate representation of color #00B38C: hue angle of 166.93º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B38C is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 0 | 179 | 140 | - |
| CMYK | 1 | 0 | 0.22 | 0.30 |
| HSL | 166.93º | 1% | 0.35% | - |
| HSV(B) | 166.93º | 1% | 0.7% | - |
| XYZ | 20.85 | 34.13 | 30.3 | - |
| YUV | 121.03 | 138.7 | 41.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 179 | 140 | 1 | 0 | 0.22 | 0.30 | 166.93 | 1 | 0.35 |
| Hex | 0 | B3 | 8C | 64 | 0 | 16 | 1E | A7 | 64 | 23 |
| Octal | 0 | 263 | 214 | 144 | 0 | 26 | 36 | 247 | 144 | 43 |
| Binary | 0 | 10110011 | 10001100 | 1100100 | 0 | 10110 | 11110 | 10100111 | 1100100 | 100011 |
Color Harmonies of #00B38C
Complementary color
Monochromatic Colors of #00B38C
Black with #00B38C
Text Example
Text Example
White with #00B38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B38C; }
p { color: rgb(0,179,140); }
H1.HeaderClassName
{
color: #00B38C;
}
.AnyTagClassName
{
color: #00B38C;
}
</style>
background-color css
<style>
a { background-color: #00B38C; }
a { background-color: rgb(0,179,140); }
div.DivClassName
{
background-color: #00B38C;
}
.BgClassName
{
background-color: #00B38C;
}
</style>
border-color css
<style>
span { border-color: #00B38C; }
span { border-color: rgb(0,179,140); }
td.TdClassName
{
border-color: #00B38C;
}
.TagClassName
{
border-color: #00B38C;
}
</style>