Shades of Light Sea Green #3BAFAC
Tints of Light Sea Green #3BAFAC
RGB
CMYK
RGB Variations
Color information
#3BAFAC (or 0x3BAFAC) is known color: Light Sea Green. HEX triplet: 3B, AF and AC. RGB value is (59,175,172). Sum of RGB (Red+Green+Blue) = 59+175+172=406 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.53% from 406); Green value is 175 (68.75% from 255 or 43.10% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAFAC is #C45053. Grayscale: #8B8B8B. Windows color (decimal): -12865620 or 11317051. OLE color: 11317051.
HSL color Cylindrical-coordinate representation of color #3BAFAC: hue angle of 178.45º 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 #3BAFAC is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 172 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.31 |
| HSL | 178.45º | 0.5% | 0.46% | - |
| HSV(B) | 178.45º | 0.66% | 0.69% | - |
| XYZ | 24.58 | 34.57 | 44.41 | - |
| YUV | 139.97 | 146.07 | 70.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 172 | 0.66 | 0 | 0.02 | 0.31 | 178.45 | 0.5 | 0.46 |
| Hex | 3B | AF | AC | 42 | 0 | 2 | 1F | B2 | 32 | 2E |
| Octal | 73 | 257 | 254 | 102 | 0 | 2 | 37 | 262 | 62 | 56 |
| Binary | 111011 | 10101111 | 10101100 | 1000010 | 0 | 10 | 11111 | 10110010 | 110010 | 101110 |
Color Harmonies of #3BAFAC
Complementary color
Monochromatic Colors of #3BAFAC
Black with #3BAFAC
Text Example
Text Example
White with #3BAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFAC; }
p { color: rgb(59,175,172); }
H1.HeaderClassName
{
color: #3BAFAC;
}
.AnyTagClassName
{
color: #3BAFAC;
}
</style>
background-color css
<style>
a { background-color: #3BAFAC; }
a { background-color: rgb(59,175,172); }
div.DivClassName
{
background-color: #3BAFAC;
}
.BgClassName
{
background-color: #3BAFAC;
}
</style>
border-color css
<style>
span { border-color: #3BAFAC; }
span { border-color: rgb(59,175,172); }
td.TdClassName
{
border-color: #3BAFAC;
}
.TagClassName
{
border-color: #3BAFAC;
}
</style>