Shades of Light Sea Green #06BCAC
Tints of Light Sea Green #06BCAC
RGB
CMYK
RGB Variations
Color information
#06BCAC (or 0x06BCAC) is known color: Light Sea Green. HEX triplet: 06, BC and AC. RGB value is (6,188,172). Sum of RGB (Red+Green+Blue) = 6+188+172=366 (48% of max value = 765). Red value is 6 (2.73% from 255 or 1.64% from 366); Green value is 188 (73.83% from 255 or 51.37% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 188 - color contains mainly: green. Hex color #06BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #06BCAC is #F94353. Grayscale: #838383. Windows color (decimal): -16335700 or 11320326. OLE color: 11320326.
HSL color Cylindrical-coordinate representation of color #06BCAC: hue angle of 174.73º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BCAC is Cyan = 0.97, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 6 | 188 | 172 | - |
| CMYK | 0.97 | 0 | 0.09 | 0.26 |
| HSL | 174.73º | 0.94% | 0.38% | - |
| HSV(B) | 174.73º | 0.97% | 0.74% | - |
| XYZ | 25.5 | 38.98 | 45.21 | - |
| YUV | 131.76 | 150.7 | 38.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 172 | 0.97 | 0 | 0.09 | 0.26 | 174.73 | 0.94 | 0.38 |
| Hex | 6 | BC | AC | 61 | 0 | 9 | 1A | AF | 5E | 26 |
| Octal | 6 | 274 | 254 | 141 | 0 | 11 | 32 | 257 | 136 | 46 |
| Binary | 110 | 10111100 | 10101100 | 1100001 | 0 | 1001 | 11010 | 10101111 | 1011110 | 100110 |
Color Harmonies of #06BCAC
Complementary color
Monochromatic Colors of #06BCAC
Black with #06BCAC
Text Example
Text Example
White with #06BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BCAC; }
p { color: rgb(6,188,172); }
H1.HeaderClassName
{
color: #06BCAC;
}
.AnyTagClassName
{
color: #06BCAC;
}
</style>
background-color css
<style>
a { background-color: #06BCAC; }
a { background-color: rgb(6,188,172); }
div.DivClassName
{
background-color: #06BCAC;
}
.BgClassName
{
background-color: #06BCAC;
}
</style>
border-color css
<style>
span { border-color: #06BCAC; }
span { border-color: rgb(6,188,172); }
td.TdClassName
{
border-color: #06BCAC;
}
.TagClassName
{
border-color: #06BCAC;
}
</style>