Shades of Persian Green #03B488
Tints of Persian Green #03B488
RGB
CMYK
RGB Variations
Color information
#03B488 (or 0x03B488) is known color: Persian Green. HEX triplet: 03, B4 and 88. RGB value is (3,180,136). Sum of RGB (Red+Green+Blue) = 3+180+136=319 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 319); Green value is 180 (70.70% from 255 or 56.43% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 180 - color contains mainly: green. Hex color #03B488 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03B488 is #FC4B77. Grayscale: #7A7A7A. Windows color (decimal): -16534392 or 8958979. OLE color: 8958979.
HSL color Cylindrical-coordinate representation of color #03B488: hue angle of 165.08º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03B488 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 3 | 180 | 136 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.29 |
| HSL | 165.08º | 0.97% | 0.36% | - |
| HSV(B) | 165.08º | 0.98% | 0.71% | - |
| XYZ | 20.8 | 34.44 | 28.84 | - |
| YUV | 122.06 | 135.86 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 180 | 136 | 0.98 | 0 | 0.24 | 0.29 | 165.08 | 0.97 | 0.36 |
| Hex | 3 | B4 | 88 | 62 | 0 | 18 | 1D | A5 | 61 | 24 |
| Octal | 3 | 264 | 210 | 142 | 0 | 30 | 35 | 245 | 141 | 44 |
| Binary | 11 | 10110100 | 10001000 | 1100010 | 0 | 11000 | 11101 | 10100101 | 1100001 | 100100 |
Color Harmonies of #03B488
Complementary color
Monochromatic Colors of #03B488
Black with #03B488
Text Example
Text Example
White with #03B488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03B488; }
p { color: rgb(3,180,136); }
H1.HeaderClassName
{
color: #03B488;
}
.AnyTagClassName
{
color: #03B488;
}
</style>
background-color css
<style>
a { background-color: #03B488; }
a { background-color: rgb(3,180,136); }
div.DivClassName
{
background-color: #03B488;
}
.BgClassName
{
background-color: #03B488;
}
</style>
border-color css
<style>
span { border-color: #03B488; }
span { border-color: rgb(3,180,136); }
td.TdClassName
{
border-color: #03B488;
}
.TagClassName
{
border-color: #03B488;
}
</style>