Shades of Caribbean Green #00D693
Tints of Caribbean Green #00D693
RGB
CMYK
RGB Variations
Color information
#00D693 (or 0x00D693) is known color: Caribbean Green. HEX triplet: 00, D6 and 93. RGB value is (0,214,147). Sum of RGB (Red+Green+Blue) = 0+214+147=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 214 (83.98% from 255 or 59.28% from 361); Blue value is 147 (57.81% from 255 or 40.72% from 361); Max value from RGB is 214 - color contains mainly: green. Hex color #00D693 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00D693 is #FF296C. Grayscale: #8E8E8E. Windows color (decimal): -16722285 or 9688576. OLE color: 9688576.
HSL color Cylindrical-coordinate representation of color #00D693: hue angle of 161.21º 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 #00D693 is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 0 | 214 | 147 | - |
| CMYK | 1 | 0 | 0.31 | 0.16 |
| HSL | 161.22º | 1% | 0.42% | - |
| HSV(B) | 161.22º | 1% | 0.84% | - |
| XYZ | 29.31 | 50.2 | 35.75 | - |
| YUV | 142.38 | 130.6 | 26.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 147 | 1 | 0 | 0.31 | 0.16 | 161.22 | 1 | 0.42 |
| Hex | 0 | D6 | 93 | 64 | 0 | 1F | 10 | A1 | 64 | 2A |
| Octal | 0 | 326 | 223 | 144 | 0 | 37 | 20 | 241 | 144 | 52 |
| Binary | 0 | 11010110 | 10010011 | 1100100 | 0 | 11111 | 10000 | 10100001 | 1100100 | 101010 |
Color Harmonies of #00D693
Complementary color
Monochromatic Colors of #00D693
Black with #00D693
Text Example
Text Example
White with #00D693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D693; }
p { color: rgb(0,214,147); }
H1.HeaderClassName
{
color: #00D693;
}
.AnyTagClassName
{
color: #00D693;
}
</style>
background-color css
<style>
a { background-color: #00D693; }
a { background-color: rgb(0,214,147); }
div.DivClassName
{
background-color: #00D693;
}
.BgClassName
{
background-color: #00D693;
}
</style>
border-color css
<style>
span { border-color: #00D693; }
span { border-color: rgb(0,214,147); }
td.TdClassName
{
border-color: #00D693;
}
.TagClassName
{
border-color: #00D693;
}
</style>