Shades of Caribbean Green #00C48B
Tints of Caribbean Green #00C48B
RGB
CMYK
RGB Variations
Color information
#00C48B (or 0x00C48B) is known color: Caribbean Green. HEX triplet: 00, C4 and 8B. RGB value is (0,196,139). Sum of RGB (Red+Green+Blue) = 0+196+139=335 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 139 (54.69% from 255 or 41.49% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #00C48B is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00C48B is #FF3B74. Grayscale: #828282. Windows color (decimal): -16726901 or 9159680. OLE color: 9159680.
HSL color Cylindrical-coordinate representation of color #00C48B: hue angle of 162.55º 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 #00C48B is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 0 | 196 | 139 | - |
| CMYK | 1 | 0 | 0.29 | 0.23 |
| HSL | 162.55º | 1% | 0.38% | - |
| HSV(B) | 162.55º | 1% | 0.77% | - |
| XYZ | 24.4 | 41.34 | 31.12 | - |
| YUV | 130.9 | 132.57 | 34.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 196 | 139 | 1 | 0 | 0.29 | 0.23 | 162.55 | 1 | 0.38 |
| Hex | 0 | C4 | 8B | 64 | 0 | 1D | 17 | A3 | 64 | 26 |
| Octal | 0 | 304 | 213 | 144 | 0 | 35 | 27 | 243 | 144 | 46 |
| Binary | 0 | 11000100 | 10001011 | 1100100 | 0 | 11101 | 10111 | 10100011 | 1100100 | 100110 |
Color Harmonies of #00C48B
Complementary color
Monochromatic Colors of #00C48B
Black with #00C48B
Text Example
Text Example
White with #00C48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00C48B; }
p { color: rgb(0,196,139); }
H1.HeaderClassName
{
color: #00C48B;
}
.AnyTagClassName
{
color: #00C48B;
}
</style>
background-color css
<style>
a { background-color: #00C48B; }
a { background-color: rgb(0,196,139); }
div.DivClassName
{
background-color: #00C48B;
}
.BgClassName
{
background-color: #00C48B;
}
</style>
border-color css
<style>
span { border-color: #00C48B; }
span { border-color: rgb(0,196,139); }
td.TdClassName
{
border-color: #00C48B;
}
.TagClassName
{
border-color: #00C48B;
}
</style>