Shades of Light Sea Green #08BFB2
Tints of Light Sea Green #08BFB2
RGB
CMYK
RGB Variations
Color information
#08BFB2 (or 0x08BFB2) is known color: Light Sea Green. HEX triplet: 08, BF and B2. RGB value is (8,191,178). Sum of RGB (Red+Green+Blue) = 8+191+178=377 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 377); Green value is 191 (75% from 255 or 50.66% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 191 - color contains mainly: green. Hex color #08BFB2 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08BFB2 is #F7404D. Grayscale: #868686. Windows color (decimal): -16203854 or 11714312. OLE color: 11714312.
HSL color Cylindrical-coordinate representation of color #08BFB2: hue angle of 175.74º 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 #08BFB2 is Cyan = 0.96, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 8 | 191 | 178 | - |
| CMYK | 0.96 | 0 | 0.07 | 0.25 |
| HSL | 175.74º | 0.92% | 0.39% | - |
| HSV(B) | 175.74º | 0.96% | 0.75% | - |
| XYZ | 26.77 | 40.53 | 48.53 | - |
| YUV | 134.8 | 152.37 | 37.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 191 | 178 | 0.96 | 0 | 0.07 | 0.25 | 175.74 | 0.92 | 0.39 |
| Hex | 8 | BF | B2 | 60 | 0 | 7 | 19 | B0 | 5C | 27 |
| Octal | 10 | 277 | 262 | 140 | 0 | 7 | 31 | 260 | 134 | 47 |
| Binary | 1000 | 10111111 | 10110010 | 1100000 | 0 | 111 | 11001 | 10110000 | 1011100 | 100111 |
Color Harmonies of #08BFB2
Complementary color
Monochromatic Colors of #08BFB2
Black with #08BFB2
Text Example
Text Example
White with #08BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BFB2; }
p { color: rgb(8,191,178); }
H1.HeaderClassName
{
color: #08BFB2;
}
.AnyTagClassName
{
color: #08BFB2;
}
</style>
background-color css
<style>
a { background-color: #08BFB2; }
a { background-color: rgb(8,191,178); }
div.DivClassName
{
background-color: #08BFB2;
}
.BgClassName
{
background-color: #08BFB2;
}
</style>
border-color css
<style>
span { border-color: #08BFB2; }
span { border-color: rgb(8,191,178); }
td.TdClassName
{
border-color: #08BFB2;
}
.TagClassName
{
border-color: #08BFB2;
}
</style>