Shades of Caribbean Green #03D98A
Tints of Caribbean Green #03D98A
RGB
CMYK
RGB Variations
Color information
#03D98A (or 0x03D98A) is known color: Caribbean Green. HEX triplet: 03, D9 and 8A. RGB value is (3,217,138). Sum of RGB (Red+Green+Blue) = 3+217+138=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 217 (85.16% from 255 or 60.61% from 358); Blue value is 138 (54.30% from 255 or 38.55% from 358); Max value from RGB is 217 - color contains mainly: green. Hex color #03D98A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D98A is #FC2675. Grayscale: #909090. Windows color (decimal): -16524918 or 9099523. OLE color: 9099523.
HSL color Cylindrical-coordinate representation of color #03D98A: hue angle of 157.85º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D98A is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 3 | 217 | 138 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.15 |
| HSL | 157.85º | 0.97% | 0.43% | - |
| HSV(B) | 157.85º | 0.99% | 0.85% | - |
| XYZ | 29.44 | 51.48 | 32.43 | - |
| YUV | 144.01 | 124.6 | 27.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 217 | 138 | 0.99 | 0 | 0.36 | 0.15 | 157.85 | 0.97 | 0.43 |
| Hex | 3 | D9 | 8A | 63 | 0 | 24 | F | 9E | 61 | 2B |
| Octal | 3 | 331 | 212 | 143 | 0 | 44 | 17 | 236 | 141 | 53 |
| Binary | 11 | 11011001 | 10001010 | 1100011 | 0 | 100100 | 1111 | 10011110 | 1100001 | 101011 |
Color Harmonies of #03D98A
Complementary color
Monochromatic Colors of #03D98A
Black with #03D98A
Text Example
Text Example
White with #03D98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D98A; }
p { color: rgb(3,217,138); }
H1.HeaderClassName
{
color: #03D98A;
}
.AnyTagClassName
{
color: #03D98A;
}
</style>
background-color css
<style>
a { background-color: #03D98A; }
a { background-color: rgb(3,217,138); }
div.DivClassName
{
background-color: #03D98A;
}
.BgClassName
{
background-color: #03D98A;
}
</style>
border-color css
<style>
span { border-color: #03D98A; }
span { border-color: rgb(3,217,138); }
td.TdClassName
{
border-color: #03D98A;
}
.TagClassName
{
border-color: #03D98A;
}
</style>