Shades of Caribbean Green #07BDA4
Tints of Caribbean Green #07BDA4
RGB
CMYK
RGB Variations
Color information
#07BDA4 (or 0x07BDA4) is known color: Caribbean Green. HEX triplet: 07, BD and A4. RGB value is (7,189,164). Sum of RGB (Red+Green+Blue) = 7+189+164=360 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 164 (64.45% from 255 or 45.56% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #07BDA4 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #07BDA4 is #F8425B. Grayscale: #838383. Windows color (decimal): -16269916 or 10796295. OLE color: 10796295.
HSL color Cylindrical-coordinate representation of color #07BDA4: hue angle of 171.76º 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 #07BDA4 is Cyan = 0.96, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 7 | 189 | 164 | - |
| CMYK | 0.96 | 0 | 0.13 | 0.26 |
| HSL | 171.76º | 0.93% | 0.38% | - |
| HSV(B) | 171.76º | 0.96% | 0.74% | - |
| XYZ | 24.99 | 39.12 | 41.36 | - |
| YUV | 131.73 | 146.2 | 39.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 164 | 0.96 | 0 | 0.13 | 0.26 | 171.76 | 0.93 | 0.38 |
| Hex | 7 | BD | A4 | 60 | 0 | D | 1A | AC | 5D | 26 |
| Octal | 7 | 275 | 244 | 140 | 0 | 15 | 32 | 254 | 135 | 46 |
| Binary | 111 | 10111101 | 10100100 | 1100000 | 0 | 1101 | 11010 | 10101100 | 1011101 | 100110 |
Color Harmonies of #07BDA4
Complementary color
Monochromatic Colors of #07BDA4
Black with #07BDA4
Text Example
Text Example
White with #07BDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDA4; }
p { color: rgb(7,189,164); }
H1.HeaderClassName
{
color: #07BDA4;
}
.AnyTagClassName
{
color: #07BDA4;
}
</style>
background-color css
<style>
a { background-color: #07BDA4; }
a { background-color: rgb(7,189,164); }
div.DivClassName
{
background-color: #07BDA4;
}
.BgClassName
{
background-color: #07BDA4;
}
</style>
border-color css
<style>
span { border-color: #07BDA4; }
span { border-color: rgb(7,189,164); }
td.TdClassName
{
border-color: #07BDA4;
}
.TagClassName
{
border-color: #07BDA4;
}
</style>