Shades of Caribbean Green #07BFA4
Tints of Caribbean Green #07BFA4
RGB
CMYK
RGB Variations
Color information
#07BFA4 (or 0x07BFA4) is known color: Caribbean Green. HEX triplet: 07, BF and A4. RGB value is (7,191,164). Sum of RGB (Red+Green+Blue) = 7+191+164=362 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.93% from 362); Green value is 191 (75% from 255 or 52.76% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 191 - color contains mainly: green. Hex color #07BFA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BFA4 is #F8405B. Grayscale: #848484. Windows color (decimal): -16269404 or 10796807. OLE color: 10796807.
HSL color Cylindrical-coordinate representation of color #07BFA4: hue angle of 171.2º 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 #07BFA4 is Cyan = 0.96, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 7 | 191 | 164 | - |
| CMYK | 0.96 | 0 | 0.14 | 0.25 |
| HSL | 171.2º | 0.93% | 0.39% | - |
| HSV(B) | 171.2º | 0.96% | 0.75% | - |
| XYZ | 25.42 | 39.99 | 41.5 | - |
| YUV | 132.91 | 145.54 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 164 | 0.96 | 0 | 0.14 | 0.25 | 171.2 | 0.93 | 0.39 |
| Hex | 7 | BF | A4 | 60 | 0 | E | 19 | AB | 5D | 27 |
| Octal | 7 | 277 | 244 | 140 | 0 | 16 | 31 | 253 | 135 | 47 |
| Binary | 111 | 10111111 | 10100100 | 1100000 | 0 | 1110 | 11001 | 10101011 | 1011101 | 100111 |
Color Harmonies of #07BFA4
Complementary color
Monochromatic Colors of #07BFA4
Black with #07BFA4
Text Example
Text Example
White with #07BFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFA4; }
p { color: rgb(7,191,164); }
H1.HeaderClassName
{
color: #07BFA4;
}
.AnyTagClassName
{
color: #07BFA4;
}
</style>
background-color css
<style>
a { background-color: #07BFA4; }
a { background-color: rgb(7,191,164); }
div.DivClassName
{
background-color: #07BFA4;
}
.BgClassName
{
background-color: #07BFA4;
}
</style>
border-color css
<style>
span { border-color: #07BFA4; }
span { border-color: rgb(7,191,164); }
td.TdClassName
{
border-color: #07BFA4;
}
.TagClassName
{
border-color: #07BFA4;
}
</style>