Shades of Caribbean Green #05CA7B
Tints of Caribbean Green #05CA7B
RGB
CMYK
RGB Variations
Color information
#05CA7B (or 0x05CA7B) is known color: Caribbean Green. HEX triplet: 05, CA and 7B. RGB value is (5,202,123). Sum of RGB (Red+Green+Blue) = 5+202+123=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 202 (79.30% from 255 or 61.21% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 202 - color contains mainly: green. Hex color #05CA7B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05CA7B is #FA3584. Grayscale: #868686. Windows color (decimal): -16397701 or 8112645. OLE color: 8112645.
HSL color Cylindrical-coordinate representation of color #05CA7B: hue angle of 155.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05CA7B is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 5 | 202 | 123 | - |
| CMYK | 0.98 | 0 | 0.39 | 0.21 |
| HSL | 155.94º | 0.95% | 0.41% | - |
| HSV(B) | 155.94º | 0.98% | 0.79% | - |
| XYZ | 24.76 | 43.7 | 25.87 | - |
| YUV | 134.09 | 121.73 | 35.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 202 | 123 | 0.98 | 0 | 0.39 | 0.21 | 155.94 | 0.95 | 0.41 |
| Hex | 5 | CA | 7B | 62 | 0 | 27 | 15 | 9C | 5F | 29 |
| Octal | 5 | 312 | 173 | 142 | 0 | 47 | 25 | 234 | 137 | 51 |
| Binary | 101 | 11001010 | 1111011 | 1100010 | 0 | 100111 | 10101 | 10011100 | 1011111 | 101001 |
Color Harmonies of #05CA7B
Complementary color
Monochromatic Colors of #05CA7B
Black with #05CA7B
Text Example
Text Example
White with #05CA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05CA7B; }
p { color: rgb(5,202,123); }
H1.HeaderClassName
{
color: #05CA7B;
}
.AnyTagClassName
{
color: #05CA7B;
}
</style>
background-color css
<style>
a { background-color: #05CA7B; }
a { background-color: rgb(5,202,123); }
div.DivClassName
{
background-color: #05CA7B;
}
.BgClassName
{
background-color: #05CA7B;
}
</style>
border-color css
<style>
span { border-color: #05CA7B; }
span { border-color: rgb(5,202,123); }
td.TdClassName
{
border-color: #05CA7B;
}
.TagClassName
{
border-color: #05CA7B;
}
</style>