Shades of Caribbean Green #07BDA5
Tints of Caribbean Green #07BDA5
RGB
CMYK
RGB Variations
Color information
#07BDA5 (or 0x07BDA5) is known color: Caribbean Green. HEX triplet: 07, BD and A5. RGB value is (7,189,165). Sum of RGB (Red+Green+Blue) = 7+189+165=361 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 165 (64.84% from 255 or 45.71% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #07BDA5 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BDA5 is #F8425A. Grayscale: #838383. Windows color (decimal): -16269915 or 10861831. OLE color: 10861831.
HSL color Cylindrical-coordinate representation of color #07BDA5: hue angle of 172.09º 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 #07BDA5 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 165 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.26 |
| HSL | 172.09º | 0.93% | 0.38% | - |
| HSV(B) | 172.09º | 0.96% | 0.74% | - |
| XYZ | 25.08 | 39.16 | 41.83 | - |
| YUV | 131.85 | 146.7 | 38.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 165 | 0.96 | 0 | 0.13 | 0.26 | 172.09 | 0.93 | 0.38 |
| Hex | 7 | BD | A5 | 60 | 0 | D | 1A | AC | 5D | 26 |
| Octal | 7 | 275 | 245 | 140 | 0 | 15 | 32 | 254 | 135 | 46 |
| Binary | 111 | 10111101 | 10100101 | 1100000 | 0 | 1101 | 11010 | 10101100 | 1011101 | 100110 |
Color Harmonies of #07BDA5
Complementary color
Monochromatic Colors of #07BDA5
Black with #07BDA5
Text Example
Text Example
White with #07BDA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDA5; }
p { color: rgb(7,189,165); }
H1.HeaderClassName
{
color: #07BDA5;
}
.AnyTagClassName
{
color: #07BDA5;
}
</style>
background-color css
<style>
a { background-color: #07BDA5; }
a { background-color: rgb(7,189,165); }
div.DivClassName
{
background-color: #07BDA5;
}
.BgClassName
{
background-color: #07BDA5;
}
</style>
border-color css
<style>
span { border-color: #07BDA5; }
span { border-color: rgb(7,189,165); }
td.TdClassName
{
border-color: #07BDA5;
}
.TagClassName
{
border-color: #07BDA5;
}
</style>