Shades of Caribbean Green #05BD98
Tints of Caribbean Green #05BD98
RGB
CMYK
RGB Variations
Color information
#05BD98 (or 0x05BD98) is known color: Caribbean Green. HEX triplet: 05, BD and 98. RGB value is (5,189,152). Sum of RGB (Red+Green+Blue) = 5+189+152=346 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.45% from 346); Green value is 189 (74.22% from 255 or 54.62% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD98 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BD98 is #FA4267. Grayscale: #818181. Windows color (decimal): -16401000 or 10009861. OLE color: 10009861.
HSL color Cylindrical-coordinate representation of color #05BD98: hue angle of 167.93º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BD98 is Cyan = 0.97, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 189 | 152 | - |
| CMYK | 0.97 | 0 | 0.20 | 0.26 |
| HSL | 167.93º | 0.95% | 0.38% | - |
| HSV(B) | 167.93º | 0.97% | 0.74% | - |
| XYZ | 23.93 | 38.69 | 35.91 | - |
| YUV | 129.77 | 140.54 | 39.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 152 | 0.97 | 0 | 0.20 | 0.26 | 167.93 | 0.95 | 0.38 |
| Hex | 5 | BD | 98 | 61 | 0 | 14 | 1A | A8 | 5F | 26 |
| Octal | 5 | 275 | 230 | 141 | 0 | 24 | 32 | 250 | 137 | 46 |
| Binary | 101 | 10111101 | 10011000 | 1100001 | 0 | 10100 | 11010 | 10101000 | 1011111 | 100110 |
Color Harmonies of #05BD98
Complementary color
Monochromatic Colors of #05BD98
Black with #05BD98
Text Example
Text Example
White with #05BD98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BD98; }
p { color: rgb(5,189,152); }
H1.HeaderClassName
{
color: #05BD98;
}
.AnyTagClassName
{
color: #05BD98;
}
</style>
background-color css
<style>
a { background-color: #05BD98; }
a { background-color: rgb(5,189,152); }
div.DivClassName
{
background-color: #05BD98;
}
.BgClassName
{
background-color: #05BD98;
}
</style>
border-color css
<style>
span { border-color: #05BD98; }
span { border-color: rgb(5,189,152); }
td.TdClassName
{
border-color: #05BD98;
}
.TagClassName
{
border-color: #05BD98;
}
</style>