Shades of Caribbean Green #03CBA5
Tints of Caribbean Green #03CBA5
RGB
CMYK
RGB Variations
Color information
#03CBA5 (or 0x03CBA5) is known color: Caribbean Green. HEX triplet: 03, CB and A5. RGB value is (3,203,165). Sum of RGB (Red+Green+Blue) = 3+203+165=371 (49% of max value = 765). Red value is 3 (1.56% from 255 or 0.81% from 371); Green value is 203 (79.69% from 255 or 54.72% from 371); Blue value is 165 (64.84% from 255 or 44.47% from 371); Max value from RGB is 203 - color contains mainly: green. Hex color #03CBA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03CBA5 is #FC345A. Grayscale: #8A8A8A. Windows color (decimal): -16528475 or 10865411. OLE color: 10865411.
HSL color Cylindrical-coordinate representation of color #03CBA5: hue angle of 168.6º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03CBA5 is Cyan = 0.99, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 203 | 165 | - |
| CMYK | 0.99 | 0 | 0.19 | 0.20 |
| HSL | 168.6º | 0.97% | 0.4% | - |
| HSV(B) | 168.6º | 0.99% | 0.8% | - |
| XYZ | 28.19 | 45.45 | 42.88 | - |
| YUV | 138.87 | 142.74 | 31.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 203 | 165 | 0.99 | 0 | 0.19 | 0.20 | 168.6 | 0.97 | 0.4 |
| Hex | 3 | CB | A5 | 63 | 0 | 13 | 14 | A9 | 61 | 28 |
| Octal | 3 | 313 | 245 | 143 | 0 | 23 | 24 | 251 | 141 | 50 |
| Binary | 11 | 11001011 | 10100101 | 1100011 | 0 | 10011 | 10100 | 10101001 | 1100001 | 101000 |
Color Harmonies of #03CBA5
Complementary color
Monochromatic Colors of #03CBA5
Black with #03CBA5
Text Example
Text Example
White with #03CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03CBA5; }
p { color: rgb(3,203,165); }
H1.HeaderClassName
{
color: #03CBA5;
}
.AnyTagClassName
{
color: #03CBA5;
}
</style>
background-color css
<style>
a { background-color: #03CBA5; }
a { background-color: rgb(3,203,165); }
div.DivClassName
{
background-color: #03CBA5;
}
.BgClassName
{
background-color: #03CBA5;
}
</style>
border-color css
<style>
span { border-color: #03CBA5; }
span { border-color: rgb(3,203,165); }
td.TdClassName
{
border-color: #03CBA5;
}
.TagClassName
{
border-color: #03CBA5;
}
</style>