Shades of Caribbean Green #03BEA2
Tints of Caribbean Green #03BEA2
RGB
CMYK
RGB Variations
Color information
#03BEA2 (or 0x03BEA2) is known color: Caribbean Green. HEX triplet: 03, BE and A2. RGB value is (3,190,162). Sum of RGB (Red+Green+Blue) = 3+190+162=355 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 355); Green value is 190 (74.61% from 255 or 53.52% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 190 - color contains mainly: green. Hex color #03BEA2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BEA2 is #FC415D. Grayscale: #828282. Windows color (decimal): -16531806 or 10665475. OLE color: 10665475.
HSL color Cylindrical-coordinate representation of color #03BEA2: hue angle of 171.02º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03BEA2 is Cyan = 0.98, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 3 | 190 | 162 | - |
| CMYK | 0.98 | 0 | 0.15 | 0.25 |
| HSL | 171.02º | 0.97% | 0.38% | - |
| HSV(B) | 171.02º | 0.98% | 0.75% | - |
| XYZ | 24.97 | 39.45 | 40.48 | - |
| YUV | 130.9 | 145.55 | 36.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 190 | 162 | 0.98 | 0 | 0.15 | 0.25 | 171.02 | 0.97 | 0.38 |
| Hex | 3 | BE | A2 | 62 | 0 | F | 19 | AB | 61 | 26 |
| Octal | 3 | 276 | 242 | 142 | 0 | 17 | 31 | 253 | 141 | 46 |
| Binary | 11 | 10111110 | 10100010 | 1100010 | 0 | 1111 | 11001 | 10101011 | 1100001 | 100110 |
Color Harmonies of #03BEA2
Complementary color
Monochromatic Colors of #03BEA2
Black with #03BEA2
Text Example
Text Example
White with #03BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BEA2; }
p { color: rgb(3,190,162); }
H1.HeaderClassName
{
color: #03BEA2;
}
.AnyTagClassName
{
color: #03BEA2;
}
</style>
background-color css
<style>
a { background-color: #03BEA2; }
a { background-color: rgb(3,190,162); }
div.DivClassName
{
background-color: #03BEA2;
}
.BgClassName
{
background-color: #03BEA2;
}
</style>
border-color css
<style>
span { border-color: #03BEA2; }
span { border-color: rgb(3,190,162); }
td.TdClassName
{
border-color: #03BEA2;
}
.TagClassName
{
border-color: #03BEA2;
}
</style>