Shades of Light Sea Green #3BAEAF
Tints of Light Sea Green #3BAEAF
RGB
CMYK
RGB Variations
Color information
#3BAEAF (or 0x3BAEAF) is known color: Light Sea Green. HEX triplet: 3B, AE and AF. RGB value is (59,174,175). Sum of RGB (Red+Green+Blue) = 59+174+175=408 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.46% from 408); Green value is 174 (68.36% from 255 or 42.65% from 408); Blue value is 175 (68.75% from 255 or 42.89% from 408); Max value from RGB is 175 - color contains mainly: blue. Hex color #3BAEAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAEAF is #C45150. Grayscale: #8B8B8B. Windows color (decimal): -12865873 or 11513403. OLE color: 11513403.
HSL color Cylindrical-coordinate representation of color #3BAEAF: hue angle of 180.52º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAEAF is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 174 | 175 | - |
| CMYK | 0.66 | 0.01 | 0 | 0.31 |
| HSL | 180.52º | 0.5% | 0.46% | - |
| HSV(B) | 180.52º | 0.66% | 0.69% | - |
| XYZ | 24.68 | 34.3 | 45.88 | - |
| YUV | 139.73 | 147.9 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 175 | 0.66 | 0.01 | 0 | 0.31 | 180.52 | 0.5 | 0.46 |
| Hex | 3B | AE | AF | 42 | 1 | 0 | 1F | B5 | 32 | 2E |
| Octal | 73 | 256 | 257 | 102 | 1 | 0 | 37 | 265 | 62 | 56 |
| Binary | 111011 | 10101110 | 10101111 | 1000010 | 1 | 0 | 11111 | 10110101 | 110010 | 101110 |
Color Harmonies of #3BAEAF
Complementary color
Monochromatic Colors of #3BAEAF
Black with #3BAEAF
Text Example
Text Example
White with #3BAEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAEAF; }
p { color: rgb(59,174,175); }
H1.HeaderClassName
{
color: #3BAEAF;
}
.AnyTagClassName
{
color: #3BAEAF;
}
</style>
background-color css
<style>
a { background-color: #3BAEAF; }
a { background-color: rgb(59,174,175); }
div.DivClassName
{
background-color: #3BAEAF;
}
.BgClassName
{
background-color: #3BAEAF;
}
</style>
border-color css
<style>
span { border-color: #3BAEAF; }
span { border-color: rgb(59,174,175); }
td.TdClassName
{
border-color: #3BAEAF;
}
.TagClassName
{
border-color: #3BAEAF;
}
</style>