Shades of Caribbean Green #07BCA8
Tints of Caribbean Green #07BCA8
RGB
CMYK
RGB Variations
Color information
#07BCA8 (or 0x07BCA8) is known color: Caribbean Green. HEX triplet: 07, BC and A8. RGB value is (7,188,168). Sum of RGB (Red+Green+Blue) = 7+188+168=363 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 363); Green value is 188 (73.83% from 255 or 51.79% from 363); Blue value is 168 (66.02% from 255 or 46.28% from 363); Max value from RGB is 188 - color contains mainly: green. Hex color #07BCA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BCA8 is #F84357. Grayscale: #838383. Windows color (decimal): -16270168 or 11058183. OLE color: 11058183.
HSL color Cylindrical-coordinate representation of color #07BCA8: hue angle of 173.37º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BCA8 is Cyan = 0.96, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 188 | 168 | - |
| CMYK | 0.96 | 0 | 0.11 | 0.26 |
| HSL | 173.37º | 0.93% | 0.38% | - |
| HSV(B) | 173.37º | 0.96% | 0.74% | - |
| XYZ | 25.14 | 38.84 | 43.22 | - |
| YUV | 131.6 | 148.53 | 39.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 168 | 0.96 | 0 | 0.11 | 0.26 | 173.37 | 0.93 | 0.38 |
| Hex | 7 | BC | A8 | 60 | 0 | B | 1A | AD | 5D | 26 |
| Octal | 7 | 274 | 250 | 140 | 0 | 13 | 32 | 255 | 135 | 46 |
| Binary | 111 | 10111100 | 10101000 | 1100000 | 0 | 1011 | 11010 | 10101101 | 1011101 | 100110 |
Color Harmonies of #07BCA8
Complementary color
Monochromatic Colors of #07BCA8
Black with #07BCA8
Text Example
Text Example
White with #07BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCA8; }
p { color: rgb(7,188,168); }
H1.HeaderClassName
{
color: #07BCA8;
}
.AnyTagClassName
{
color: #07BCA8;
}
</style>
background-color css
<style>
a { background-color: #07BCA8; }
a { background-color: rgb(7,188,168); }
div.DivClassName
{
background-color: #07BCA8;
}
.BgClassName
{
background-color: #07BCA8;
}
</style>
border-color css
<style>
span { border-color: #07BCA8; }
span { border-color: rgb(7,188,168); }
td.TdClassName
{
border-color: #07BCA8;
}
.TagClassName
{
border-color: #07BCA8;
}
</style>