Shades of Caribbean Green #05BE8A
Tints of Caribbean Green #05BE8A
RGB
CMYK
RGB Variations
Color information
#05BE8A (or 0x05BE8A) is known color: Caribbean Green. HEX triplet: 05, BE and 8A. RGB value is (5,190,138). Sum of RGB (Red+Green+Blue) = 5+190+138=333 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 333); Green value is 190 (74.61% from 255 or 57.06% from 333); Blue value is 138 (54.30% from 255 or 41.44% from 333); Max value from RGB is 190 - color contains mainly: green. Hex color #05BE8A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05BE8A is #FA4175. Grayscale: #808080. Windows color (decimal): -16400758 or 9092613. OLE color: 9092613.
HSL color Cylindrical-coordinate representation of color #05BE8A: hue angle of 163.14º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05BE8A is Cyan = 0.97, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 5 | 190 | 138 | - |
| CMYK | 0.97 | 0 | 0.27 | 0.25 |
| HSL | 163.14º | 0.95% | 0.38% | - |
| HSV(B) | 163.14º | 0.97% | 0.75% | - |
| XYZ | 23.06 | 38.69 | 30.3 | - |
| YUV | 128.76 | 133.21 | 39.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 190 | 138 | 0.97 | 0 | 0.27 | 0.25 | 163.14 | 0.95 | 0.38 |
| Hex | 5 | BE | 8A | 61 | 0 | 1B | 19 | A3 | 5F | 26 |
| Octal | 5 | 276 | 212 | 141 | 0 | 33 | 31 | 243 | 137 | 46 |
| Binary | 101 | 10111110 | 10001010 | 1100001 | 0 | 11011 | 11001 | 10100011 | 1011111 | 100110 |
Color Harmonies of #05BE8A
Complementary color
Monochromatic Colors of #05BE8A
Black with #05BE8A
Text Example
Text Example
White with #05BE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05BE8A; }
p { color: rgb(5,190,138); }
H1.HeaderClassName
{
color: #05BE8A;
}
.AnyTagClassName
{
color: #05BE8A;
}
</style>
background-color css
<style>
a { background-color: #05BE8A; }
a { background-color: rgb(5,190,138); }
div.DivClassName
{
background-color: #05BE8A;
}
.BgClassName
{
background-color: #05BE8A;
}
</style>
border-color css
<style>
span { border-color: #05BE8A; }
span { border-color: rgb(5,190,138); }
td.TdClassName
{
border-color: #05BE8A;
}
.TagClassName
{
border-color: #05BE8A;
}
</style>