Shades of Caribbean Green #00BCAD
Tints of Caribbean Green #00BCAD
RGB
CMYK
RGB Variations
Color information
#00BCAD (or 0x00BCAD) is known color: Caribbean Green. HEX triplet: 00, BC and AD. RGB value is (0,188,173). Sum of RGB (Red+Green+Blue) = 0+188+173=361 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 361); Green value is 188 (73.83% from 255 or 52.08% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 188 - color contains mainly: green. Hex color #00BCAD is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #00BCAD is #FF4352. Grayscale: #818181. Windows color (decimal): -16728915 or 11385856. OLE color: 11385856.
HSL color Cylindrical-coordinate representation of color #00BCAD: hue angle of 175.21º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00BCAD is Cyan = 1, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 0 | 188 | 173 | - |
| CMYK | 1 | 0 | 0.08 | 0.26 |
| HSL | 175.21º | 1% | 0.37% | - |
| HSV(B) | 175.21º | 1% | 0.74% | - |
| XYZ | 25.53 | 38.98 | 45.71 | - |
| YUV | 130.08 | 152.22 | 35.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 188 | 173 | 1 | 0 | 0.08 | 0.26 | 175.21 | 1 | 0.37 |
| Hex | 0 | BC | AD | 64 | 0 | 8 | 1A | AF | 64 | 25 |
| Octal | 0 | 274 | 255 | 144 | 0 | 10 | 32 | 257 | 144 | 45 |
| Binary | 0 | 10111100 | 10101101 | 1100100 | 0 | 1000 | 11010 | 10101111 | 1100100 | 100101 |
Color Harmonies of #00BCAD
Complementary color
Monochromatic Colors of #00BCAD
Black with #00BCAD
Text Example
Text Example
White with #00BCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00BCAD; }
p { color: rgb(0,188,173); }
H1.HeaderClassName
{
color: #00BCAD;
}
.AnyTagClassName
{
color: #00BCAD;
}
</style>
background-color css
<style>
a { background-color: #00BCAD; }
a { background-color: rgb(0,188,173); }
div.DivClassName
{
background-color: #00BCAD;
}
.BgClassName
{
background-color: #00BCAD;
}
</style>
border-color css
<style>
span { border-color: #00BCAD; }
span { border-color: rgb(0,188,173); }
td.TdClassName
{
border-color: #00BCAD;
}
.TagClassName
{
border-color: #00BCAD;
}
</style>