Shades of Caribbean Green #03BD9C
Tints of Caribbean Green #03BD9C
RGB
CMYK
RGB Variations
Color information
#03BD9C (or 0x03BD9C) is known color: Caribbean Green. HEX triplet: 03, BD and 9C. RGB value is (3,189,156). Sum of RGB (Red+Green+Blue) = 3+189+156=348 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 348); Green value is 189 (74.22% from 255 or 54.31% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 189 - color contains mainly: green. Hex color #03BD9C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BD9C is #FC4263. Grayscale: #818181. Windows color (decimal): -16532068 or 10272003. OLE color: 10272003.
HSL color Cylindrical-coordinate representation of color #03BD9C: hue angle of 169.35º 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 #03BD9C is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 156 | - |
| CMYK | 0.98 | 0 | 0.17 | 0.26 |
| HSL | 169.35º | 0.97% | 0.38% | - |
| HSV(B) | 169.35º | 0.98% | 0.74% | - |
| XYZ | 24.24 | 38.81 | 37.67 | - |
| YUV | 129.62 | 142.88 | 37.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 156 | 0.98 | 0 | 0.17 | 0.26 | 169.35 | 0.97 | 0.38 |
| Hex | 3 | BD | 9C | 62 | 0 | 11 | 1A | A9 | 61 | 26 |
| Octal | 3 | 275 | 234 | 142 | 0 | 21 | 32 | 251 | 141 | 46 |
| Binary | 11 | 10111101 | 10011100 | 1100010 | 0 | 10001 | 11010 | 10101001 | 1100001 | 100110 |
Color Harmonies of #03BD9C
Complementary color
Monochromatic Colors of #03BD9C
Black with #03BD9C
Text Example
Text Example
White with #03BD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BD9C; }
p { color: rgb(3,189,156); }
H1.HeaderClassName
{
color: #03BD9C;
}
.AnyTagClassName
{
color: #03BD9C;
}
</style>
background-color css
<style>
a { background-color: #03BD9C; }
a { background-color: rgb(3,189,156); }
div.DivClassName
{
background-color: #03BD9C;
}
.BgClassName
{
background-color: #03BD9C;
}
</style>
border-color css
<style>
span { border-color: #03BD9C; }
span { border-color: rgb(3,189,156); }
td.TdClassName
{
border-color: #03BD9C;
}
.TagClassName
{
border-color: #03BD9C;
}
</style>