Shades of Caribbean Green #03BDA1
Tints of Caribbean Green #03BDA1
RGB
CMYK
RGB Variations
Color information
#03BDA1 (or 0x03BDA1) is known color: Caribbean Green. HEX triplet: 03, BD and A1. RGB value is (3,189,161). Sum of RGB (Red+Green+Blue) = 3+189+161=353 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 353); Green value is 189 (74.22% from 255 or 53.54% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 189 - color contains mainly: green. Hex color #03BDA1 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BDA1 is #FC425E. Grayscale: #828282. Windows color (decimal): -16532063 or 10599683. OLE color: 10599683.
HSL color Cylindrical-coordinate representation of color #03BDA1: hue angle of 170.97º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BDA1 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 161 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.26 |
| HSL | 170.97º | 0.97% | 0.38% | - |
| HSV(B) | 170.97º | 0.98% | 0.74% | - |
| XYZ | 24.67 | 38.99 | 39.94 | - |
| YUV | 130.19 | 145.38 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 161 | 0.98 | 0 | 0.15 | 0.26 | 170.97 | 0.97 | 0.38 |
| Hex | 3 | BD | A1 | 62 | 0 | F | 1A | AB | 61 | 26 |
| Octal | 3 | 275 | 241 | 142 | 0 | 17 | 32 | 253 | 141 | 46 |
| Binary | 11 | 10111101 | 10100001 | 1100010 | 0 | 1111 | 11010 | 10101011 | 1100001 | 100110 |
Color Harmonies of #03BDA1
Complementary color
Monochromatic Colors of #03BDA1
Black with #03BDA1
Text Example
Text Example
White with #03BDA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BDA1; }
p { color: rgb(3,189,161); }
H1.HeaderClassName
{
color: #03BDA1;
}
.AnyTagClassName
{
color: #03BDA1;
}
</style>
background-color css
<style>
a { background-color: #03BDA1; }
a { background-color: rgb(3,189,161); }
div.DivClassName
{
background-color: #03BDA1;
}
.BgClassName
{
background-color: #03BDA1;
}
</style>
border-color css
<style>
span { border-color: #03BDA1; }
span { border-color: rgb(3,189,161); }
td.TdClassName
{
border-color: #03BDA1;
}
.TagClassName
{
border-color: #03BDA1;
}
</style>