Shades of Caribbean Green #03BDA9
Tints of Caribbean Green #03BDA9
RGB
CMYK
RGB Variations
Color information
#03BDA9 (or 0x03BDA9) is known color: Caribbean Green. HEX triplet: 03, BD and A9. RGB value is (3,189,169). Sum of RGB (Red+Green+Blue) = 3+189+169=361 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.83% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 169 (66.41% from 255 or 46.81% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #03BDA9 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #03BDA9 is #FC4256. Grayscale: #838383. Windows color (decimal): -16532055 or 11123971. OLE color: 11123971.
HSL color Cylindrical-coordinate representation of color #03BDA9: hue angle of 173.55º 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 #03BDA9 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 3 | 189 | 169 | - |
| CMYK | 0.98 | 0 | 0.11 | 0.26 |
| HSL | 173.55º | 0.97% | 0.38% | - |
| HSV(B) | 173.55º | 0.98% | 0.74% | - |
| XYZ | 25.4 | 39.28 | 43.78 | - |
| YUV | 131.11 | 149.38 | 36.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 189 | 169 | 0.98 | 0 | 0.11 | 0.26 | 173.55 | 0.97 | 0.38 |
| Hex | 3 | BD | A9 | 62 | 0 | B | 1A | AE | 61 | 26 |
| Octal | 3 | 275 | 251 | 142 | 0 | 13 | 32 | 256 | 141 | 46 |
| Binary | 11 | 10111101 | 10101001 | 1100010 | 0 | 1011 | 11010 | 10101110 | 1100001 | 100110 |
Color Harmonies of #03BDA9
Complementary color
Monochromatic Colors of #03BDA9
Black with #03BDA9
Text Example
Text Example
White with #03BDA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03BDA9; }
p { color: rgb(3,189,169); }
H1.HeaderClassName
{
color: #03BDA9;
}
.AnyTagClassName
{
color: #03BDA9;
}
</style>
background-color css
<style>
a { background-color: #03BDA9; }
a { background-color: rgb(3,189,169); }
div.DivClassName
{
background-color: #03BDA9;
}
.BgClassName
{
background-color: #03BDA9;
}
</style>
border-color css
<style>
span { border-color: #03BDA9; }
span { border-color: rgb(3,189,169); }
td.TdClassName
{
border-color: #03BDA9;
}
.TagClassName
{
border-color: #03BDA9;
}
</style>