Shades of Light Sea Green #3BBBB3
Tints of Light Sea Green #3BBBB3
RGB
CMYK
RGB Variations
Color information
#3BBBB3 (or 0x3BBBB3) is known color: Light Sea Green. HEX triplet: 3B, BB and B3. RGB value is (59,187,179). Sum of RGB (Red+Green+Blue) = 59+187+179=425 (56% of max value = 765). Red value is 59 (23.44% from 255 or 13.88% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 179 (70.31% from 255 or 42.12% from 425); Max value from RGB is 187 - color contains mainly: green. Hex color #3BBBB3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3BBBB3 is #C4444C. Grayscale: #939393. Windows color (decimal): -12862541 or 11778875. OLE color: 11778875.
HSL color Cylindrical-coordinate representation of color #3BBBB3: hue angle of 176.25º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3BBBB3 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 59 | 187 | 179 | - |
| CMYK | 0.68 | 0 | 0.04 | 0.27 |
| HSL | 176.25º | 0.52% | 0.48% | - |
| HSV(B) | 176.25º | 0.68% | 0.73% | - |
| XYZ | 27.71 | 39.73 | 48.86 | - |
| YUV | 147.82 | 145.59 | 64.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 187 | 179 | 0.68 | 0 | 0.04 | 0.27 | 176.25 | 0.52 | 0.48 |
| Hex | 3B | BB | B3 | 44 | 0 | 4 | 1B | B0 | 34 | 30 |
| Octal | 73 | 273 | 263 | 104 | 0 | 4 | 33 | 260 | 64 | 60 |
| Binary | 111011 | 10111011 | 10110011 | 1000100 | 0 | 100 | 11011 | 10110000 | 110100 | 110000 |
Color Harmonies of #3BBBB3
Complementary color
Monochromatic Colors of #3BBBB3
Black with #3BBBB3
Text Example
Text Example
White with #3BBBB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBBB3; }
p { color: rgb(59,187,179); }
H1.HeaderClassName
{
color: #3BBBB3;
}
.AnyTagClassName
{
color: #3BBBB3;
}
</style>
background-color css
<style>
a { background-color: #3BBBB3; }
a { background-color: rgb(59,187,179); }
div.DivClassName
{
background-color: #3BBBB3;
}
.BgClassName
{
background-color: #3BBBB3;
}
</style>
border-color css
<style>
span { border-color: #3BBBB3; }
span { border-color: rgb(59,187,179); }
td.TdClassName
{
border-color: #3BBBB3;
}
.TagClassName
{
border-color: #3BBBB3;
}
</style>