Shades of Caribbean Green #05D7AF
Tints of Caribbean Green #05D7AF
RGB
CMYK
RGB Variations
Color information
#05D7AF (or 0x05D7AF) is known color: Caribbean Green. HEX triplet: 05, D7 and AF. RGB value is (5,215,175). Sum of RGB (Red+Green+Blue) = 5+215+175=395 (52% of max value = 765). Red value is 5 (2.34% from 255 or 1.27% from 395); Green value is 215 (84.38% from 255 or 54.43% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 215 - color contains mainly: green. Hex color #05D7AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #05D7AF is #FA2850. Grayscale: #939393. Windows color (decimal): -16394321 or 11523845. OLE color: 11523845.
HSL color Cylindrical-coordinate representation of color #05D7AF: hue angle of 168.57º 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 #05D7AF is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 215 | 175 | - |
| CMYK | 0.98 | 0 | 0.19 | 0.16 |
| HSL | 168.57º | 0.95% | 0.43% | - |
| HSV(B) | 168.57º | 0.98% | 0.84% | - |
| XYZ | 32.1 | 51.73 | 48.85 | - |
| YUV | 147.65 | 143.43 | 26.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 215 | 175 | 0.98 | 0 | 0.19 | 0.16 | 168.57 | 0.95 | 0.43 |
| Hex | 5 | D7 | AF | 62 | 0 | 13 | 10 | A9 | 5F | 2B |
| Octal | 5 | 327 | 257 | 142 | 0 | 23 | 20 | 251 | 137 | 53 |
| Binary | 101 | 11010111 | 10101111 | 1100010 | 0 | 10011 | 10000 | 10101001 | 1011111 | 101011 |
Color Harmonies of #05D7AF
Complementary color
Monochromatic Colors of #05D7AF
Black with #05D7AF
Text Example
Text Example
White with #05D7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05D7AF; }
p { color: rgb(5,215,175); }
H1.HeaderClassName
{
color: #05D7AF;
}
.AnyTagClassName
{
color: #05D7AF;
}
</style>
background-color css
<style>
a { background-color: #05D7AF; }
a { background-color: rgb(5,215,175); }
div.DivClassName
{
background-color: #05D7AF;
}
.BgClassName
{
background-color: #05D7AF;
}
</style>
border-color css
<style>
span { border-color: #05D7AF; }
span { border-color: rgb(5,215,175); }
td.TdClassName
{
border-color: #05D7AF;
}
.TagClassName
{
border-color: #05D7AF;
}
</style>