Shades of Persian Green #00B18A
Tints of Persian Green #00B18A
RGB
CMYK
RGB Variations
Color information
#00B18A (or 0x00B18A) is known color: Persian Green. HEX triplet: 00, B1 and 8A. RGB value is (0,177,138). Sum of RGB (Red+Green+Blue) = 0+177+138=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 177 (69.53% from 255 or 56.19% from 315); Blue value is 138 (54.30% from 255 or 43.81% from 315); Max value from RGB is 177 - color contains mainly: green. Hex color #00B18A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00B18A is #FF4E75. Grayscale: #777777. Windows color (decimal): -16731766 or 9089280. OLE color: 9089280.
HSL color Cylindrical-coordinate representation of color #00B18A: hue angle of 166.78º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00B18A is Cyan = 1, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 177 | 138 | - |
| CMYK | 1 | 0 | 0.22 | 0.31 |
| HSL | 166.78º | 1% | 0.35% | - |
| HSV(B) | 166.78º | 1% | 0.69% | - |
| XYZ | 20.31 | 33.28 | 29.4 | - |
| YUV | 119.63 | 138.36 | 42.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 177 | 138 | 1 | 0 | 0.22 | 0.31 | 166.78 | 1 | 0.35 |
| Hex | 0 | B1 | 8A | 64 | 0 | 16 | 1F | A7 | 64 | 23 |
| Octal | 0 | 261 | 212 | 144 | 0 | 26 | 37 | 247 | 144 | 43 |
| Binary | 0 | 10110001 | 10001010 | 1100100 | 0 | 10110 | 11111 | 10100111 | 1100100 | 100011 |
Color Harmonies of #00B18A
Complementary color
Monochromatic Colors of #00B18A
Black with #00B18A
Text Example
Text Example
White with #00B18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00B18A; }
p { color: rgb(0,177,138); }
H1.HeaderClassName
{
color: #00B18A;
}
.AnyTagClassName
{
color: #00B18A;
}
</style>
background-color css
<style>
a { background-color: #00B18A; }
a { background-color: rgb(0,177,138); }
div.DivClassName
{
background-color: #00B18A;
}
.BgClassName
{
background-color: #00B18A;
}
</style>
border-color css
<style>
span { border-color: #00B18A; }
span { border-color: rgb(0,177,138); }
td.TdClassName
{
border-color: #00B18A;
}
.TagClassName
{
border-color: #00B18A;
}
</style>