Shades of Caribbean Green #03D298
Tints of Caribbean Green #03D298
RGB
CMYK
RGB Variations
Color information
#03D298 (or 0x03D298) is known color: Caribbean Green. HEX triplet: 03, D2 and 98. RGB value is (3,210,152). Sum of RGB (Red+Green+Blue) = 3+210+152=365 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 365); Green value is 210 (82.42% from 255 or 57.53% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 210 - color contains mainly: green. Hex color #03D298 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D298 is #FC2D67. Grayscale: #8D8D8D. Windows color (decimal): -16526696 or 10015235. OLE color: 10015235.
HSL color Cylindrical-coordinate representation of color #03D298: hue angle of 163.19º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D298 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 152 | - |
| CMYK | 0.99 | 0 | 0.28 | 0.18 |
| HSL | 163.19º | 0.97% | 0.42% | - |
| HSV(B) | 163.19º | 0.99% | 0.82% | - |
| XYZ | 28.75 | 48.38 | 37.53 | - |
| YUV | 141.5 | 133.92 | 29.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 152 | 0.99 | 0 | 0.28 | 0.18 | 163.19 | 0.97 | 0.42 |
| Hex | 3 | D2 | 98 | 63 | 0 | 1C | 12 | A3 | 61 | 2A |
| Octal | 3 | 322 | 230 | 143 | 0 | 34 | 22 | 243 | 141 | 52 |
| Binary | 11 | 11010010 | 10011000 | 1100011 | 0 | 11100 | 10010 | 10100011 | 1100001 | 101010 |
Color Harmonies of #03D298
Complementary color
Monochromatic Colors of #03D298
Black with #03D298
Text Example
Text Example
White with #03D298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D298; }
p { color: rgb(3,210,152); }
H1.HeaderClassName
{
color: #03D298;
}
.AnyTagClassName
{
color: #03D298;
}
</style>
background-color css
<style>
a { background-color: #03D298; }
a { background-color: rgb(3,210,152); }
div.DivClassName
{
background-color: #03D298;
}
.BgClassName
{
background-color: #03D298;
}
</style>
border-color css
<style>
span { border-color: #03D298; }
span { border-color: rgb(3,210,152); }
td.TdClassName
{
border-color: #03D298;
}
.TagClassName
{
border-color: #03D298;
}
</style>