Shades of Light Sea Green #08BCAC
Tints of Light Sea Green #08BCAC
RGB
CMYK
RGB Variations
Color information
#08BCAC (or 0x08BCAC) is known color: Light Sea Green. HEX triplet: 08, BC and AC. RGB value is (8,188,172). Sum of RGB (Red+Green+Blue) = 8+188+172=368 (48% of max value = 765). Red value is 8 (3.52% from 255 or 2.17% from 368); Green value is 188 (73.83% from 255 or 51.09% from 368); Blue value is 172 (67.58% from 255 or 46.74% from 368); Max value from RGB is 188 - color contains mainly: green. Hex color #08BCAC is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BCAC is #F74353. Grayscale: #848484. Windows color (decimal): -16204628 or 11320328. OLE color: 11320328.
HSL color Cylindrical-coordinate representation of color #08BCAC: hue angle of 174.67º degrees, saturation: 0.92, 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 #08BCAC is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 188 | 172 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.26 |
| HSL | 174.67º | 0.92% | 0.38% | - |
| HSV(B) | 174.67º | 0.96% | 0.74% | - |
| XYZ | 25.53 | 39 | 45.21 | - |
| YUV | 132.36 | 150.37 | 39.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 172 | 0.96 | 0 | 0.09 | 0.26 | 174.67 | 0.92 | 0.38 |
| Hex | 8 | BC | AC | 60 | 0 | 9 | 1A | AF | 5C | 26 |
| Octal | 10 | 274 | 254 | 140 | 0 | 11 | 32 | 257 | 134 | 46 |
| Binary | 1000 | 10111100 | 10101100 | 1100000 | 0 | 1001 | 11010 | 10101111 | 1011100 | 100110 |
Color Harmonies of #08BCAC
Complementary color
Monochromatic Colors of #08BCAC
Black with #08BCAC
Text Example
Text Example
White with #08BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCAC; }
p { color: rgb(8,188,172); }
H1.HeaderClassName
{
color: #08BCAC;
}
.AnyTagClassName
{
color: #08BCAC;
}
</style>
background-color css
<style>
a { background-color: #08BCAC; }
a { background-color: rgb(8,188,172); }
div.DivClassName
{
background-color: #08BCAC;
}
.BgClassName
{
background-color: #08BCAC;
}
</style>
border-color css
<style>
span { border-color: #08BCAC; }
span { border-color: rgb(8,188,172); }
td.TdClassName
{
border-color: #08BCAC;
}
.TagClassName
{
border-color: #08BCAC;
}
</style>