Shades of Light Sea Green #3BB1A7
Tints of Light Sea Green #3BB1A7
RGB
CMYK
RGB Variations
Color information
#3BB1A7 (or 0x3BB1A7) is known color: Light Sea Green. HEX triplet: 3B, B1 and A7. RGB value is (59,177,167). Sum of RGB (Red+Green+Blue) = 59+177+167=403 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.64% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 167 (65.62% from 255 or 41.44% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB1A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB1A7 is #C44E58. Grayscale: #8C8C8C. Windows color (decimal): -12865113 or 10989883. OLE color: 10989883.
HSL color Cylindrical-coordinate representation of color #3BB1A7: hue angle of 174.92º 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 #3BB1A7 is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 177 | 167 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.31 |
| HSL | 174.92º | 0.5% | 0.46% | - |
| HSV(B) | 174.92º | 0.67% | 0.69% | - |
| XYZ | 24.5 | 35.16 | 42.06 | - |
| YUV | 140.58 | 142.91 | 69.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 177 | 167 | 0.67 | 0 | 0.06 | 0.31 | 174.92 | 0.5 | 0.46 |
| Hex | 3B | B1 | A7 | 43 | 0 | 6 | 1F | AF | 32 | 2E |
| Octal | 73 | 261 | 247 | 103 | 0 | 6 | 37 | 257 | 62 | 56 |
| Binary | 111011 | 10110001 | 10100111 | 1000011 | 0 | 110 | 11111 | 10101111 | 110010 | 101110 |
Color Harmonies of #3BB1A7
Complementary color
Monochromatic Colors of #3BB1A7
Black with #3BB1A7
Text Example
Text Example
White with #3BB1A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB1A7; }
p { color: rgb(59,177,167); }
H1.HeaderClassName
{
color: #3BB1A7;
}
.AnyTagClassName
{
color: #3BB1A7;
}
</style>
background-color css
<style>
a { background-color: #3BB1A7; }
a { background-color: rgb(59,177,167); }
div.DivClassName
{
background-color: #3BB1A7;
}
.BgClassName
{
background-color: #3BB1A7;
}
</style>
border-color css
<style>
span { border-color: #3BB1A7; }
span { border-color: rgb(59,177,167); }
td.TdClassName
{
border-color: #3BB1A7;
}
.TagClassName
{
border-color: #3BB1A7;
}
</style>