Shades of Light Sea Green #3BBCB2
Tints of Light Sea Green #3BBCB2
RGB
CMYK
RGB Variations
Color information
#3BBCB2 (or 0x3BBCB2) is known color: Light Sea Green. HEX triplet: 3B, BC and B2. RGB value is (59,188,178). Sum of RGB (Red+Green+Blue) = 59+188+178=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 178 (69.92% from 255 or 41.88% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBCB2 is #C4434D. Grayscale: #949494. Windows color (decimal): -12862286 or 11713595. OLE color: 11713595.
HSL color Cylindrical-coordinate representation of color #3BBCB2: hue angle of 175.35º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBCB2 is Cyan = 0.69, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 178 | - |
| CMYK | 0.69 | 0 | 0.05 | 0.26 |
| HSL | 175.35º | 0.52% | 0.48% | - |
| HSV(B) | 175.35º | 0.69% | 0.74% | - |
| XYZ | 27.82 | 40.11 | 48.4 | - |
| YUV | 148.29 | 144.76 | 64.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 178 | 0.69 | 0 | 0.05 | 0.26 | 175.35 | 0.52 | 0.48 |
| Hex | 3B | BC | B2 | 45 | 0 | 5 | 1A | AF | 34 | 30 |
| Octal | 73 | 274 | 262 | 105 | 0 | 5 | 32 | 257 | 64 | 60 |
| Binary | 111011 | 10111100 | 10110010 | 1000101 | 0 | 101 | 11010 | 10101111 | 110100 | 110000 |
Color Harmonies of #3BBCB2
Complementary color
Monochromatic Colors of #3BBCB2
Black with #3BBCB2
Text Example
Text Example
White with #3BBCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBCB2; }
p { color: rgb(59,188,178); }
H1.HeaderClassName
{
color: #3BBCB2;
}
.AnyTagClassName
{
color: #3BBCB2;
}
</style>
background-color css
<style>
a { background-color: #3BBCB2; }
a { background-color: rgb(59,188,178); }
div.DivClassName
{
background-color: #3BBCB2;
}
.BgClassName
{
background-color: #3BBCB2;
}
</style>
border-color css
<style>
span { border-color: #3BBCB2; }
span { border-color: rgb(59,188,178); }
td.TdClassName
{
border-color: #3BBCB2;
}
.TagClassName
{
border-color: #3BBCB2;
}
</style>