Shades of Light Sea Green #3BAFAA
Tints of Light Sea Green #3BAFAA
RGB
CMYK
RGB Variations
Color information
#3BAFAA (or 0x3BAFAA) is known color: Light Sea Green. HEX triplet: 3B, AF and AA. RGB value is (59,175,170). Sum of RGB (Red+Green+Blue) = 59+175+170=404 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.60% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAFAA is #C45055. Grayscale: #8B8B8B. Windows color (decimal): -12865622 or 11185979. OLE color: 11185979.
HSL color Cylindrical-coordinate representation of color #3BAFAA: hue angle of 177.41º 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 #3BAFAA is Cyan = 0.66, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 170 | - |
| CMYK | 0.66 | 0 | 0.03 | 0.31 |
| HSL | 177.41º | 0.5% | 0.46% | - |
| HSV(B) | 177.41º | 0.66% | 0.69% | - |
| XYZ | 24.39 | 34.49 | 43.4 | - |
| YUV | 139.75 | 145.07 | 70.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 170 | 0.66 | 0 | 0.03 | 0.31 | 177.41 | 0.5 | 0.46 |
| Hex | 3B | AF | AA | 42 | 0 | 3 | 1F | B1 | 32 | 2E |
| Octal | 73 | 257 | 252 | 102 | 0 | 3 | 37 | 261 | 62 | 56 |
| Binary | 111011 | 10101111 | 10101010 | 1000010 | 0 | 11 | 11111 | 10110001 | 110010 | 101110 |
Color Harmonies of #3BAFAA
Complementary color
Monochromatic Colors of #3BAFAA
Black with #3BAFAA
Text Example
Text Example
White with #3BAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAFAA; }
p { color: rgb(59,175,170); }
H1.HeaderClassName
{
color: #3BAFAA;
}
.AnyTagClassName
{
color: #3BAFAA;
}
</style>
background-color css
<style>
a { background-color: #3BAFAA; }
a { background-color: rgb(59,175,170); }
div.DivClassName
{
background-color: #3BAFAA;
}
.BgClassName
{
background-color: #3BAFAA;
}
</style>
border-color css
<style>
span { border-color: #3BAFAA; }
span { border-color: rgb(59,175,170); }
td.TdClassName
{
border-color: #3BAFAA;
}
.TagClassName
{
border-color: #3BAFAA;
}
</style>