Shades of Caribbean Green #07BFA8
Tints of Caribbean Green #07BFA8
RGB
CMYK
RGB Variations
Color information
#07BFA8 (or 0x07BFA8) is known color: Caribbean Green. HEX triplet: 07, BF and A8. RGB value is (7,191,168). Sum of RGB (Red+Green+Blue) = 7+191+168=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 191 (75% from 255 or 52.19% from 366); Blue value is 168 (66.02% from 255 or 45.90% from 366); Max value from RGB is 191 - color contains mainly: green. Hex color #07BFA8 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BFA8 is #F84057. Grayscale: #858585. Windows color (decimal): -16269400 or 11058951. OLE color: 11058951.
HSL color Cylindrical-coordinate representation of color #07BFA8: hue angle of 172.5º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07BFA8 is Cyan = 0.96, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 191 | 168 | - |
| CMYK | 0.96 | 0 | 0.12 | 0.25 |
| HSL | 172.5º | 0.93% | 0.39% | - |
| HSV(B) | 172.5º | 0.96% | 0.75% | - |
| XYZ | 25.79 | 40.13 | 43.43 | - |
| YUV | 133.36 | 147.54 | 37.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 168 | 0.96 | 0 | 0.12 | 0.25 | 172.5 | 0.93 | 0.39 |
| Hex | 7 | BF | A8 | 60 | 0 | C | 19 | AC | 5D | 27 |
| Octal | 7 | 277 | 250 | 140 | 0 | 14 | 31 | 254 | 135 | 47 |
| Binary | 111 | 10111111 | 10101000 | 1100000 | 0 | 1100 | 11001 | 10101100 | 1011101 | 100111 |
Color Harmonies of #07BFA8
Complementary color
Monochromatic Colors of #07BFA8
Black with #07BFA8
Text Example
Text Example
White with #07BFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFA8; }
p { color: rgb(7,191,168); }
H1.HeaderClassName
{
color: #07BFA8;
}
.AnyTagClassName
{
color: #07BFA8;
}
</style>
background-color css
<style>
a { background-color: #07BFA8; }
a { background-color: rgb(7,191,168); }
div.DivClassName
{
background-color: #07BFA8;
}
.BgClassName
{
background-color: #07BFA8;
}
</style>
border-color css
<style>
span { border-color: #07BFA8; }
span { border-color: rgb(7,191,168); }
td.TdClassName
{
border-color: #07BFA8;
}
.TagClassName
{
border-color: #07BFA8;
}
</style>