Shades of Caribbean Green #00C5A5
Tints of Caribbean Green #00C5A5
RGB
CMYK
RGB Variations
Color information
#00C5A5 (or 0x00C5A5) is known color: Caribbean Green. HEX triplet: 00, C5 and A5. RGB value is (0,197,165). Sum of RGB (Red+Green+Blue) = 0+197+165=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 197 (77.34% from 255 or 54.42% from 362); Blue value is 165 (64.84% from 255 or 45.58% from 362); Max value from RGB is 197 - color contains mainly: green. Hex color #00C5A5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C5A5 is #FF3A5A. Grayscale: #868686. Windows color (decimal): -16726619 or 10863872. OLE color: 10863872.
HSL color Cylindrical-coordinate representation of color #00C5A5: hue angle of 170.25º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C5A5 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 197 | 165 | - |
| CMYK | 1 | 0 | 0.16 | 0.23 |
| HSL | 170.25º | 1% | 0.39% | - |
| HSV(B) | 170.25º | 1% | 0.77% | - |
| XYZ | 26.76 | 42.65 | 42.42 | - |
| YUV | 134.45 | 145.23 | 32.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 197 | 165 | 1 | 0 | 0.16 | 0.23 | 170.25 | 1 | 0.39 |
| Hex | 0 | C5 | A5 | 64 | 0 | 10 | 17 | AA | 64 | 27 |
| Octal | 0 | 305 | 245 | 144 | 0 | 20 | 27 | 252 | 144 | 47 |
| Binary | 0 | 11000101 | 10100101 | 1100100 | 0 | 10000 | 10111 | 10101010 | 1100100 | 100111 |
Color Harmonies of #00C5A5
Complementary color
Monochromatic Colors of #00C5A5
Black with #00C5A5
Text Example
Text Example
White with #00C5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C5A5; }
p { color: rgb(0,197,165); }
H1.HeaderClassName
{
color: #00C5A5;
}
.AnyTagClassName
{
color: #00C5A5;
}
</style>
background-color css
<style>
a { background-color: #00C5A5; }
a { background-color: rgb(0,197,165); }
div.DivClassName
{
background-color: #00C5A5;
}
.BgClassName
{
background-color: #00C5A5;
}
</style>
border-color css
<style>
span { border-color: #00C5A5; }
span { border-color: rgb(0,197,165); }
td.TdClassName
{
border-color: #00C5A5;
}
.TagClassName
{
border-color: #00C5A5;
}
</style>