Shades of Light Sea Green #3BB1A1
Tints of Light Sea Green #3BB1A1
RGB
CMYK
RGB Variations
Color information
#3BB1A1 (or 0x3BB1A1) is known color: Light Sea Green. HEX triplet: 3B, B1 and A1. RGB value is (59,177,161). Sum of RGB (Red+Green+Blue) = 59+177+161=397 (52% of max value = 765). Red value is 59 (23.44% from 255 or 14.86% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 161 (63.28% from 255 or 40.55% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB1A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB1A1 is #C44E5E. Grayscale: #8B8B8B. Windows color (decimal): -12865119 or 10596667. OLE color: 10596667.
HSL color Cylindrical-coordinate representation of color #3BB1A1: hue angle of 171.86º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB1A1 is Cyan = 0.67, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 177 | 161 | - |
| CMYK | 0.67 | 0 | 0.09 | 0.31 |
| HSL | 171.86º | 0.5% | 0.46% | - |
| HSV(B) | 171.86º | 0.67% | 0.69% | - |
| XYZ | 23.96 | 34.95 | 39.2 | - |
| YUV | 139.89 | 139.91 | 70.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 177 | 161 | 0.67 | 0 | 0.09 | 0.31 | 171.86 | 0.5 | 0.46 |
| Hex | 3B | B1 | A1 | 43 | 0 | 9 | 1F | AC | 32 | 2E |
| Octal | 73 | 261 | 241 | 103 | 0 | 11 | 37 | 254 | 62 | 56 |
| Binary | 111011 | 10110001 | 10100001 | 1000011 | 0 | 1001 | 11111 | 10101100 | 110010 | 101110 |
Color Harmonies of #3BB1A1
Complementary color
Monochromatic Colors of #3BB1A1
Black with #3BB1A1
Text Example
Text Example
White with #3BB1A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB1A1; }
p { color: rgb(59,177,161); }
H1.HeaderClassName
{
color: #3BB1A1;
}
.AnyTagClassName
{
color: #3BB1A1;
}
</style>
background-color css
<style>
a { background-color: #3BB1A1; }
a { background-color: rgb(59,177,161); }
div.DivClassName
{
background-color: #3BB1A1;
}
.BgClassName
{
background-color: #3BB1A1;
}
</style>
border-color css
<style>
span { border-color: #3BB1A1; }
span { border-color: rgb(59,177,161); }
td.TdClassName
{
border-color: #3BB1A1;
}
.TagClassName
{
border-color: #3BB1A1;
}
</style>