Shades of Caribbean Green #03D09D
Tints of Caribbean Green #03D09D
RGB
CMYK
RGB Variations
Color information
#03D09D (or 0x03D09D) is known color: Caribbean Green. HEX triplet: 03, D0 and 9D. RGB value is (3,208,157). Sum of RGB (Red+Green+Blue) = 3+208+157=368 (48% of max value = 765). Red value is 3 (1.56% from 255 or 0.82% from 368); Green value is 208 (81.64% from 255 or 56.52% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 208 - color contains mainly: green. Hex color #03D09D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03D09D is #FC2F62. Grayscale: #8C8C8C. Windows color (decimal): -16527203 or 10342403. OLE color: 10342403.
HSL color Cylindrical-coordinate representation of color #03D09D: hue angle of 165.07º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D09D is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 3 | 208 | 157 | - |
| CMYK | 0.99 | 0 | 0.25 | 0.18 |
| HSL | 165.07º | 0.97% | 0.41% | - |
| HSV(B) | 165.07º | 0.99% | 0.82% | - |
| XYZ | 28.68 | 47.57 | 39.57 | - |
| YUV | 140.89 | 137.08 | 29.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 208 | 157 | 0.99 | 0 | 0.25 | 0.18 | 165.07 | 0.97 | 0.41 |
| Hex | 3 | D0 | 9D | 63 | 0 | 19 | 12 | A5 | 61 | 29 |
| Octal | 3 | 320 | 235 | 143 | 0 | 31 | 22 | 245 | 141 | 51 |
| Binary | 11 | 11010000 | 10011101 | 1100011 | 0 | 11001 | 10010 | 10100101 | 1100001 | 101001 |
Color Harmonies of #03D09D
Complementary color
Monochromatic Colors of #03D09D
Black with #03D09D
Text Example
Text Example
White with #03D09D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03D09D; }
p { color: rgb(3,208,157); }
H1.HeaderClassName
{
color: #03D09D;
}
.AnyTagClassName
{
color: #03D09D;
}
</style>
background-color css
<style>
a { background-color: #03D09D; }
a { background-color: rgb(3,208,157); }
div.DivClassName
{
background-color: #03D09D;
}
.BgClassName
{
background-color: #03D09D;
}
</style>
border-color css
<style>
span { border-color: #03D09D; }
span { border-color: rgb(3,208,157); }
td.TdClassName
{
border-color: #03D09D;
}
.TagClassName
{
border-color: #03D09D;
}
</style>