Shades of Caribbean Green #03D27A
Tints of Caribbean Green #03D27A
RGB
CMYK
RGB Variations
Color information
#03D27A (or 0x03D27A) is known color: Caribbean Green. HEX triplet: 03, D2 and 7A. RGB value is (3,210,122). Sum of RGB (Red+Green+Blue) = 3+210+122=335 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 335); Green value is 210 (82.42% from 255 or 62.69% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 210 - color contains mainly: green. Hex color #03D27A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D27A is #FC2D85. Grayscale: #8A8A8A. Windows color (decimal): -16526726 or 8049155. OLE color: 8049155.
HSL color Cylindrical-coordinate representation of color #03D27A: hue angle of 154.49º 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 #03D27A is Cyan = 0.99, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 210 | 122 | - |
| CMYK | 0.99 | 0 | 0.42 | 0.18 |
| HSL | 154.49º | 0.97% | 0.42% | - |
| HSV(B) | 154.49º | 0.99% | 0.82% | - |
| XYZ | 26.6 | 47.52 | 26.18 | - |
| YUV | 138.08 | 118.92 | 31.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 210 | 122 | 0.99 | 0 | 0.42 | 0.18 | 154.49 | 0.97 | 0.42 |
| Hex | 3 | D2 | 7A | 63 | 0 | 2A | 12 | 9A | 61 | 2A |
| Octal | 3 | 322 | 172 | 143 | 0 | 52 | 22 | 232 | 141 | 52 |
| Binary | 11 | 11010010 | 1111010 | 1100011 | 0 | 101010 | 10010 | 10011010 | 1100001 | 101010 |
Color Harmonies of #03D27A
Complementary color
Monochromatic Colors of #03D27A
Black with #03D27A
Text Example
Text Example
White with #03D27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D27A; }
p { color: rgb(3,210,122); }
H1.HeaderClassName
{
color: #03D27A;
}
.AnyTagClassName
{
color: #03D27A;
}
</style>
background-color css
<style>
a { background-color: #03D27A; }
a { background-color: rgb(3,210,122); }
div.DivClassName
{
background-color: #03D27A;
}
.BgClassName
{
background-color: #03D27A;
}
</style>
border-color css
<style>
span { border-color: #03D27A; }
span { border-color: rgb(3,210,122); }
td.TdClassName
{
border-color: #03D27A;
}
.TagClassName
{
border-color: #03D27A;
}
</style>