Shades of Caribbean Green #03CC9A
Tints of Caribbean Green #03CC9A
RGB
CMYK
RGB Variations
Color information
#03CC9A (or 0x03CC9A) is known color: Caribbean Green. HEX triplet: 03, CC and 9A. RGB value is (3,204,154). Sum of RGB (Red+Green+Blue) = 3+204+154=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 204 (80.08% from 255 or 56.51% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 204 - color contains mainly: green. Hex color #03CC9A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CC9A is #FC3365. Grayscale: #8A8A8A. Windows color (decimal): -16528230 or 10144771. OLE color: 10144771.
HSL color Cylindrical-coordinate representation of color #03CC9A: hue angle of 165.07º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CC9A is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 3 | 204 | 154 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.2 |
| HSL | 165.07º | 0.97% | 0.41% | - |
| HSV(B) | 165.07º | 0.99% | 0.8% | - |
| XYZ | 27.46 | 45.54 | 37.91 | - |
| YUV | 138.2 | 136.91 | 31.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 204 | 154 | 0.99 | 0 | 0.25 | 0.2 | 165.07 | 0.97 | 0.41 |
| Hex | 3 | CC | 9A | 63 | 0 | 19 | 14 | A5 | 61 | 29 |
| Octal | 3 | 314 | 232 | 143 | 0 | 31 | 24 | 245 | 141 | 51 |
| Binary | 11 | 11001100 | 10011010 | 1100011 | 0 | 11001 | 10100 | 10100101 | 1100001 | 101001 |
Color Harmonies of #03CC9A
Complementary color
Monochromatic Colors of #03CC9A
Black with #03CC9A
Text Example
Text Example
White with #03CC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CC9A; }
p { color: rgb(3,204,154); }
H1.HeaderClassName
{
color: #03CC9A;
}
.AnyTagClassName
{
color: #03CC9A;
}
</style>
background-color css
<style>
a { background-color: #03CC9A; }
a { background-color: rgb(3,204,154); }
div.DivClassName
{
background-color: #03CC9A;
}
.BgClassName
{
background-color: #03CC9A;
}
</style>
border-color css
<style>
span { border-color: #03CC9A; }
span { border-color: rgb(3,204,154); }
td.TdClassName
{
border-color: #03CC9A;
}
.TagClassName
{
border-color: #03CC9A;
}
</style>