Shades of Caribbean Green #05BD8E
Tints of Caribbean Green #05BD8E
RGB
CMYK
RGB Variations
Color information
#05BD8E (or 0x05BD8E) is known color: Caribbean Green. HEX triplet: 05, BD and 8E. RGB value is (5,189,142). Sum of RGB (Red+Green+Blue) = 5+189+142=336 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.49% from 336); Green value is 189 (74.22% from 255 or 56.25% from 336); Blue value is 142 (55.86% from 255 or 42.26% from 336); Max value from RGB is 189 - color contains mainly: green. Hex color #05BD8E is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BD8E is #FA4271. Grayscale: #808080. Windows color (decimal): -16401010 or 9354501. OLE color: 9354501.
HSL color Cylindrical-coordinate representation of color #05BD8E: hue angle of 164.67º 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 #05BD8E is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 5 | 189 | 142 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.26 |
| HSL | 164.67º | 0.95% | 0.38% | - |
| HSV(B) | 164.67º | 0.97% | 0.74% | - |
| XYZ | 23.14 | 38.38 | 31.78 | - |
| YUV | 128.63 | 135.54 | 39.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 189 | 142 | 0.97 | 0 | 0.25 | 0.26 | 164.67 | 0.95 | 0.38 |
| Hex | 5 | BD | 8E | 61 | 0 | 19 | 1A | A5 | 5F | 26 |
| Octal | 5 | 275 | 216 | 141 | 0 | 31 | 32 | 245 | 137 | 46 |
| Binary | 101 | 10111101 | 10001110 | 1100001 | 0 | 11001 | 11010 | 10100101 | 1011111 | 100110 |
Color Harmonies of #05BD8E
Complementary color
Monochromatic Colors of #05BD8E
Black with #05BD8E
Text Example
Text Example
White with #05BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BD8E; }
p { color: rgb(5,189,142); }
H1.HeaderClassName
{
color: #05BD8E;
}
.AnyTagClassName
{
color: #05BD8E;
}
</style>
background-color css
<style>
a { background-color: #05BD8E; }
a { background-color: rgb(5,189,142); }
div.DivClassName
{
background-color: #05BD8E;
}
.BgClassName
{
background-color: #05BD8E;
}
</style>
border-color css
<style>
span { border-color: #05BD8E; }
span { border-color: rgb(5,189,142); }
td.TdClassName
{
border-color: #05BD8E;
}
.TagClassName
{
border-color: #05BD8E;
}
</style>