Shades of Light Sea Green #3BBCAF
Tints of Light Sea Green #3BBCAF
RGB
CMYK
RGB Variations
Color information
#3BBCAF (or 0x3BBCAF) is known color: Light Sea Green. HEX triplet: 3B, BC and AF. RGB value is (59,188,175). Sum of RGB (Red+Green+Blue) = 59+188+175=422 (55% of max value = 765). Red value is 59 (23.44% from 255 or 13.98% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BBCAF is #C44350. Grayscale: #939393. Windows color (decimal): -12862289 or 11516987. OLE color: 11516987.
HSL color Cylindrical-coordinate representation of color #3BBCAF: hue angle of 173.95º 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 #3BBCAF is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 175 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.26 |
| HSL | 173.95º | 0.52% | 0.48% | - |
| HSV(B) | 173.95º | 0.69% | 0.74% | - |
| XYZ | 27.52 | 39.99 | 46.83 | - |
| YUV | 147.95 | 143.26 | 64.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 175 | 0.69 | 0 | 0.07 | 0.26 | 173.95 | 0.52 | 0.48 |
| Hex | 3B | BC | AF | 45 | 0 | 7 | 1A | AE | 34 | 30 |
| Octal | 73 | 274 | 257 | 105 | 0 | 7 | 32 | 256 | 64 | 60 |
| Binary | 111011 | 10111100 | 10101111 | 1000101 | 0 | 111 | 11010 | 10101110 | 110100 | 110000 |
Color Harmonies of #3BBCAF
Complementary color
Monochromatic Colors of #3BBCAF
Black with #3BBCAF
Text Example
Text Example
White with #3BBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBCAF; }
p { color: rgb(59,188,175); }
H1.HeaderClassName
{
color: #3BBCAF;
}
.AnyTagClassName
{
color: #3BBCAF;
}
</style>
background-color css
<style>
a { background-color: #3BBCAF; }
a { background-color: rgb(59,188,175); }
div.DivClassName
{
background-color: #3BBCAF;
}
.BgClassName
{
background-color: #3BBCAF;
}
</style>
border-color css
<style>
span { border-color: #3BBCAF; }
span { border-color: rgb(59,188,175); }
td.TdClassName
{
border-color: #3BBCAF;
}
.TagClassName
{
border-color: #3BBCAF;
}
</style>