Shades of Light Sea Green #08C0AF
Tints of Light Sea Green #08C0AF
RGB
CMYK
RGB Variations
Color information
#08C0AF (or 0x08C0AF) is known color: Light Sea Green. HEX triplet: 08, C0 and AF. RGB value is (8,192,175). Sum of RGB (Red+Green+Blue) = 8+192+175=375 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #08C0AF is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08C0AF is #F73F50. Grayscale: #868686. Windows color (decimal): -16203601 or 11517960. OLE color: 11517960.
HSL color Cylindrical-coordinate representation of color #08C0AF: hue angle of 174.46º degrees, saturation: 0.92, 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 #08C0AF is Cyan = 0.96, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 192 | 175 | - |
| CMYK | 0.96 | 0 | 0.09 | 0.25 |
| HSL | 174.46º | 0.92% | 0.39% | - |
| HSV(B) | 174.46º | 0.96% | 0.75% | - |
| XYZ | 26.69 | 40.85 | 47.03 | - |
| YUV | 135.05 | 150.54 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 175 | 0.96 | 0 | 0.09 | 0.25 | 174.46 | 0.92 | 0.39 |
| Hex | 8 | C0 | AF | 60 | 0 | 9 | 19 | AE | 5C | 27 |
| Octal | 10 | 300 | 257 | 140 | 0 | 11 | 31 | 256 | 134 | 47 |
| Binary | 1000 | 11000000 | 10101111 | 1100000 | 0 | 1001 | 11001 | 10101110 | 1011100 | 100111 |
Color Harmonies of #08C0AF
Complementary color
Monochromatic Colors of #08C0AF
Black with #08C0AF
Text Example
Text Example
White with #08C0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C0AF; }
p { color: rgb(8,192,175); }
H1.HeaderClassName
{
color: #08C0AF;
}
.AnyTagClassName
{
color: #08C0AF;
}
</style>
background-color css
<style>
a { background-color: #08C0AF; }
a { background-color: rgb(8,192,175); }
div.DivClassName
{
background-color: #08C0AF;
}
.BgClassName
{
background-color: #08C0AF;
}
</style>
border-color css
<style>
span { border-color: #08C0AF; }
span { border-color: rgb(8,192,175); }
td.TdClassName
{
border-color: #08C0AF;
}
.TagClassName
{
border-color: #08C0AF;
}
</style>