Shades of Light Sea Green #08BDB0
Tints of Light Sea Green #08BDB0
RGB
CMYK
RGB Variations
Color information
#08BDB0 (or 0x08BDB0) is known color: Light Sea Green. HEX triplet: 08, BD and B0. RGB value is (8,189,176). Sum of RGB (Red+Green+Blue) = 8+189+176=373 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 373); Green value is 189 (74.22% from 255 or 50.67% from 373); Blue value is 176 (69.14% from 255 or 47.18% from 373); Max value from RGB is 189 - color contains mainly: green. Hex color #08BDB0 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BDB0 is #F7424F. Grayscale: #858585. Windows color (decimal): -16204368 or 11582728. OLE color: 11582728.
HSL color Cylindrical-coordinate representation of color #08BDB0: hue angle of 175.69º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BDB0 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 189 | 176 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.26 |
| HSL | 175.69º | 0.92% | 0.39% | - |
| HSV(B) | 175.69º | 0.96% | 0.74% | - |
| XYZ | 26.13 | 39.58 | 47.34 | - |
| YUV | 133.4 | 152.03 | 38.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 176 | 0.96 | 0 | 0.07 | 0.26 | 175.69 | 0.92 | 0.39 |
| Hex | 8 | BD | B0 | 60 | 0 | 7 | 1A | B0 | 5C | 27 |
| Octal | 10 | 275 | 260 | 140 | 0 | 7 | 32 | 260 | 134 | 47 |
| Binary | 1000 | 10111101 | 10110000 | 1100000 | 0 | 111 | 11010 | 10110000 | 1011100 | 100111 |
Color Harmonies of #08BDB0
Complementary color
Monochromatic Colors of #08BDB0
Black with #08BDB0
Text Example
Text Example
White with #08BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BDB0; }
p { color: rgb(8,189,176); }
H1.HeaderClassName
{
color: #08BDB0;
}
.AnyTagClassName
{
color: #08BDB0;
}
</style>
background-color css
<style>
a { background-color: #08BDB0; }
a { background-color: rgb(8,189,176); }
div.DivClassName
{
background-color: #08BDB0;
}
.BgClassName
{
background-color: #08BDB0;
}
</style>
border-color css
<style>
span { border-color: #08BDB0; }
span { border-color: rgb(8,189,176); }
td.TdClassName
{
border-color: #08BDB0;
}
.TagClassName
{
border-color: #08BDB0;
}
</style>