Shades of Light Sea Green #3BADB1
Tints of Light Sea Green #3BADB1
RGB
CMYK
RGB Variations
Color information
#3BADB1 (or 0x3BADB1) is known color: Light Sea Green. HEX triplet: 3B, AD and B1. RGB value is (59,173,177). Sum of RGB (Red+Green+Blue) = 59+173+177=409 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.43% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 177 (69.53% from 255 or 43.28% from 409); Max value from RGB is 177 - color contains mainly: blue. Hex color #3BADB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BADB1 is #C4524E. Grayscale: #8B8B8B. Windows color (decimal): -12866127 or 11644219. OLE color: 11644219.
HSL color Cylindrical-coordinate representation of color #3BADB1: hue angle of 182.03º 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 #3BADB1 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 173 | 177 | - |
| CMYK | 0.67 | 0.02 | 0 | 0.31 |
| HSL | 182.03º | 0.5% | 0.46% | - |
| HSV(B) | 182.03º | 0.67% | 0.69% | - |
| XYZ | 24.68 | 33.99 | 46.86 | - |
| YUV | 139.37 | 149.23 | 70.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 173 | 177 | 0.67 | 0.02 | 0 | 0.31 | 182.03 | 0.5 | 0.46 |
| Hex | 3B | AD | B1 | 43 | 2 | 0 | 1F | B6 | 32 | 2E |
| Octal | 73 | 255 | 261 | 103 | 2 | 0 | 37 | 266 | 62 | 56 |
| Binary | 111011 | 10101101 | 10110001 | 1000011 | 10 | 0 | 11111 | 10110110 | 110010 | 101110 |
Color Harmonies of #3BADB1
Complementary color
Monochromatic Colors of #3BADB1
Black with #3BADB1
Text Example
Text Example
White with #3BADB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BADB1; }
p { color: rgb(59,173,177); }
H1.HeaderClassName
{
color: #3BADB1;
}
.AnyTagClassName
{
color: #3BADB1;
}
</style>
background-color css
<style>
a { background-color: #3BADB1; }
a { background-color: rgb(59,173,177); }
div.DivClassName
{
background-color: #3BADB1;
}
.BgClassName
{
background-color: #3BADB1;
}
</style>
border-color css
<style>
span { border-color: #3BADB1; }
span { border-color: rgb(59,173,177); }
td.TdClassName
{
border-color: #3BADB1;
}
.TagClassName
{
border-color: #3BADB1;
}
</style>