Shades of Caribbean Green #00C48C
Tints of Caribbean Green #00C48C
RGB
CMYK
RGB Variations
Color information
#00C48C (or 0x00C48C) is known color: Caribbean Green. HEX triplet: 00, C4 and 8C. RGB value is (0,196,140). Sum of RGB (Red+Green+Blue) = 0+196+140=336 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 336); Green value is 196 (76.95% from 255 or 58.33% from 336); Blue value is 140 (55.08% from 255 or 41.67% from 336); Max value from RGB is 196 - color contains mainly: green. Hex color #00C48C is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C48C is #FF3B73. Grayscale: #838383. Windows color (decimal): -16726900 or 9225216. OLE color: 9225216.
HSL color Cylindrical-coordinate representation of color #00C48C: hue angle of 162.86º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C48C is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 196 | 140 | - |
| CMYK | 1 | 0 | 0.29 | 0.23 |
| HSL | 162.86º | 1% | 0.38% | - |
| HSV(B) | 162.86º | 1% | 0.77% | - |
| XYZ | 24.47 | 41.37 | 31.51 | - |
| YUV | 131.01 | 133.07 | 34.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 196 | 140 | 1 | 0 | 0.29 | 0.23 | 162.86 | 1 | 0.38 |
| Hex | 0 | C4 | 8C | 64 | 0 | 1D | 17 | A3 | 64 | 26 |
| Octal | 0 | 304 | 214 | 144 | 0 | 35 | 27 | 243 | 144 | 46 |
| Binary | 0 | 11000100 | 10001100 | 1100100 | 0 | 11101 | 10111 | 10100011 | 1100100 | 100110 |
Color Harmonies of #00C48C
Complementary color
Monochromatic Colors of #00C48C
Black with #00C48C
Text Example
Text Example
White with #00C48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C48C; }
p { color: rgb(0,196,140); }
H1.HeaderClassName
{
color: #00C48C;
}
.AnyTagClassName
{
color: #00C48C;
}
</style>
background-color css
<style>
a { background-color: #00C48C; }
a { background-color: rgb(0,196,140); }
div.DivClassName
{
background-color: #00C48C;
}
.BgClassName
{
background-color: #00C48C;
}
</style>
border-color css
<style>
span { border-color: #00C48C; }
span { border-color: rgb(0,196,140); }
td.TdClassName
{
border-color: #00C48C;
}
.TagClassName
{
border-color: #00C48C;
}
</style>