Shades of Persian Green #00A48B
Tints of Persian Green #00A48B
RGB
CMYK
RGB Variations
Color information
#00A48B (or 0x00A48B) is known color: Persian Green. HEX triplet: 00, A4 and 8B. RGB value is (0,164,139). Sum of RGB (Red+Green+Blue) = 0+164+139=303 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 303); Green value is 164 (64.45% from 255 or 54.13% from 303); Blue value is 139 (54.69% from 255 or 45.87% from 303); Max value from RGB is 164 - color contains mainly: green. Hex color #00A48B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #00A48B is #FF5B74. Grayscale: #707070. Windows color (decimal): -16735093 or 9151488. OLE color: 9151488.
HSL color Cylindrical-coordinate representation of color #00A48B: hue angle of 170.85º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A48B is Cyan = 1, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 0 | 164 | 139 | - |
| CMYK | 1 | 0 | 0.15 | 0.36 |
| HSL | 170.85º | 1% | 0.32% | - |
| HSV(B) | 170.85º | 1% | 0.64% | - |
| XYZ | 17.94 | 28.42 | 28.97 | - |
| YUV | 112.11 | 143.17 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 164 | 139 | 1 | 0 | 0.15 | 0.36 | 170.85 | 1 | 0.32 |
| Hex | 0 | A4 | 8B | 64 | 0 | F | 24 | AB | 64 | 20 |
| Octal | 0 | 244 | 213 | 144 | 0 | 17 | 44 | 253 | 144 | 40 |
| Binary | 0 | 10100100 | 10001011 | 1100100 | 0 | 1111 | 100100 | 10101011 | 1100100 | 100000 |
Color Harmonies of #00A48B
Complementary color
Monochromatic Colors of #00A48B
Black with #00A48B
Text Example
Text Example
White with #00A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00A48B; }
p { color: rgb(0,164,139); }
H1.HeaderClassName
{
color: #00A48B;
}
.AnyTagClassName
{
color: #00A48B;
}
</style>
background-color css
<style>
a { background-color: #00A48B; }
a { background-color: rgb(0,164,139); }
div.DivClassName
{
background-color: #00A48B;
}
.BgClassName
{
background-color: #00A48B;
}
</style>
border-color css
<style>
span { border-color: #00A48B; }
span { border-color: rgb(0,164,139); }
td.TdClassName
{
border-color: #00A48B;
}
.TagClassName
{
border-color: #00A48B;
}
</style>