Shades of Light Sea Green #3BAFB1
Tints of Light Sea Green #3BAFB1
RGB
CMYK
RGB Variations
Color information
#3BAFB1 (or 0x3BAFB1) is known color: Light Sea Green. HEX triplet: 3B, AF and B1. RGB value is (59,175,177). Sum of RGB (Red+Green+Blue) = 59+175+177=411 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.36% from 411); Green value is 175 (68.75% from 255 or 42.58% from 411); Blue value is 177 (69.53% from 255 or 43.07% from 411); Max value from RGB is 177 - color contains mainly: blue. Hex color #3BAFB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAFB1 is #C4504E. Grayscale: #8C8C8C. Windows color (decimal): -12865615 or 11644731. OLE color: 11644731.
HSL color Cylindrical-coordinate representation of color #3BAFB1: hue angle of 181.02º 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 #3BAFB1 is Cyan = 0.67, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 177 | - |
| CMYK | 0.67 | 0.01 | 0 | 0.31 |
| HSL | 181.02º | 0.5% | 0.46% | - |
| HSV(B) | 181.02º | 0.67% | 0.69% | - |
| XYZ | 25.07 | 34.76 | 46.98 | - |
| YUV | 140.54 | 148.57 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 177 | 0.67 | 0.01 | 0 | 0.31 | 181.02 | 0.5 | 0.46 |
| Hex | 3B | AF | B1 | 43 | 1 | 0 | 1F | B5 | 32 | 2E |
| Octal | 73 | 257 | 261 | 103 | 1 | 0 | 37 | 265 | 62 | 56 |
| Binary | 111011 | 10101111 | 10110001 | 1000011 | 1 | 0 | 11111 | 10110101 | 110010 | 101110 |
Color Harmonies of #3BAFB1
Complementary color
Monochromatic Colors of #3BAFB1
Black with #3BAFB1
Text Example
Text Example
White with #3BAFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFB1; }
p { color: rgb(59,175,177); }
H1.HeaderClassName
{
color: #3BAFB1;
}
.AnyTagClassName
{
color: #3BAFB1;
}
</style>
background-color css
<style>
a { background-color: #3BAFB1; }
a { background-color: rgb(59,175,177); }
div.DivClassName
{
background-color: #3BAFB1;
}
.BgClassName
{
background-color: #3BAFB1;
}
</style>
border-color css
<style>
span { border-color: #3BAFB1; }
span { border-color: rgb(59,175,177); }
td.TdClassName
{
border-color: #3BAFB1;
}
.TagClassName
{
border-color: #3BAFB1;
}
</style>