Shades of Caribbean Green #05D6A3
Tints of Caribbean Green #05D6A3
RGB
CMYK
RGB Variations
Color information
#05D6A3 (or 0x05D6A3) is known color: Caribbean Green. HEX triplet: 05, D6 and A3. RGB value is (5,214,163). Sum of RGB (Red+Green+Blue) = 5+214+163=382 (50% of max value = 765). Red value is 5 (2.34% from 255 or 1.31% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 163 (64.06% from 255 or 42.67% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #05D6A3 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D6A3 is #FA295C. Grayscale: #919191. Windows color (decimal): -16394589 or 10737157. OLE color: 10737157.
HSL color Cylindrical-coordinate representation of color #05D6A3: hue angle of 165.36º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D6A3 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 214 | 163 | - |
| CMYK | 0.98 | 0 | 0.24 | 0.16 |
| HSL | 165.36º | 0.95% | 0.43% | - |
| HSV(B) | 165.36º | 0.98% | 0.84% | - |
| XYZ | 30.72 | 50.77 | 42.83 | - |
| YUV | 145.7 | 137.76 | 27.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 214 | 163 | 0.98 | 0 | 0.24 | 0.16 | 165.36 | 0.95 | 0.43 |
| Hex | 5 | D6 | A3 | 62 | 0 | 18 | 10 | A5 | 5F | 2B |
| Octal | 5 | 326 | 243 | 142 | 0 | 30 | 20 | 245 | 137 | 53 |
| Binary | 101 | 11010110 | 10100011 | 1100010 | 0 | 11000 | 10000 | 10100101 | 1011111 | 101011 |
Color Harmonies of #05D6A3
Complementary color
Monochromatic Colors of #05D6A3
Black with #05D6A3
Text Example
Text Example
White with #05D6A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D6A3; }
p { color: rgb(5,214,163); }
H1.HeaderClassName
{
color: #05D6A3;
}
.AnyTagClassName
{
color: #05D6A3;
}
</style>
background-color css
<style>
a { background-color: #05D6A3; }
a { background-color: rgb(5,214,163); }
div.DivClassName
{
background-color: #05D6A3;
}
.BgClassName
{
background-color: #05D6A3;
}
</style>
border-color css
<style>
span { border-color: #05D6A3; }
span { border-color: rgb(5,214,163); }
td.TdClassName
{
border-color: #05D6A3;
}
.TagClassName
{
border-color: #05D6A3;
}
</style>