Shades of Caribbean Green #00D598
Tints of Caribbean Green #00D598
RGB
CMYK
RGB Variations
Color information
#00D598 (or 0x00D598) is known color: Caribbean Green. HEX triplet: 00, D5 and 98. RGB value is (0,213,152). Sum of RGB (Red+Green+Blue) = 0+213+152=365 (48% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 365); Green value is 213 (83.59% from 255 or 58.36% from 365); Blue value is 152 (59.77% from 255 or 41.64% from 365); Max value from RGB is 213 - color contains mainly: green. Hex color #00D598 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D598 is #FF2A67. Grayscale: #8E8E8E. Windows color (decimal): -16722536 or 10016000. OLE color: 10016000.
HSL color Cylindrical-coordinate representation of color #00D598: hue angle of 162.82º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D598 is Cyan = 1, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 213 | 152 | - |
| CMYK | 1 | 0 | 0.29 | 0.16 |
| HSL | 162.82º | 1% | 0.42% | - |
| HSV(B) | 162.82º | 1% | 0.84% | - |
| XYZ | 29.46 | 49.86 | 37.78 | - |
| YUV | 142.36 | 133.43 | 26.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 213 | 152 | 1 | 0 | 0.29 | 0.16 | 162.82 | 1 | 0.42 |
| Hex | 0 | D5 | 98 | 64 | 0 | 1D | 10 | A3 | 64 | 2A |
| Octal | 0 | 325 | 230 | 144 | 0 | 35 | 20 | 243 | 144 | 52 |
| Binary | 0 | 11010101 | 10011000 | 1100100 | 0 | 11101 | 10000 | 10100011 | 1100100 | 101010 |
Color Harmonies of #00D598
Complementary color
Monochromatic Colors of #00D598
Black with #00D598
Text Example
Text Example
White with #00D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D598; }
p { color: rgb(0,213,152); }
H1.HeaderClassName
{
color: #00D598;
}
.AnyTagClassName
{
color: #00D598;
}
</style>
background-color css
<style>
a { background-color: #00D598; }
a { background-color: rgb(0,213,152); }
div.DivClassName
{
background-color: #00D598;
}
.BgClassName
{
background-color: #00D598;
}
</style>
border-color css
<style>
span { border-color: #00D598; }
span { border-color: rgb(0,213,152); }
td.TdClassName
{
border-color: #00D598;
}
.TagClassName
{
border-color: #00D598;
}
</style>