Shades of Light Sea Green #3AABB0
Tints of Light Sea Green #3AABB0
RGB
CMYK
RGB Variations
Color information
#3AABB0 (or 0x3AABB0) is known color: Light Sea Green. HEX triplet: 3A, AB and B0. RGB value is (58,171,176). Sum of RGB (Red+Green+Blue) = 58+171+176=405 (53% of max value = 765). Red value is 58 (23.05% from 255 or 14.32% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 176 (69.14% from 255 or 43.46% from 405); Max value from RGB is 176 - color contains mainly: blue. Hex color #3AABB0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AABB0 is #C5544F. Grayscale: #898989. Windows color (decimal): -12932176 or 11578170. OLE color: 11578170.
HSL color Cylindrical-coordinate representation of color #3AABB0: hue angle of 182.54º 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 #3AABB0 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 171 | 176 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.31 |
| HSL | 182.54º | 0.5% | 0.46% | - |
| HSV(B) | 182.54º | 0.67% | 0.69% | - |
| XYZ | 24.14 | 33.16 | 46.2 | - |
| YUV | 137.78 | 149.56 | 71.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 176 | 0.67 | 0.03 | 0 | 0.31 | 182.54 | 0.5 | 0.46 |
| Hex | 3A | AB | B0 | 43 | 3 | 0 | 1F | B7 | 32 | 2E |
| Octal | 72 | 253 | 260 | 103 | 3 | 0 | 37 | 267 | 62 | 56 |
| Binary | 111010 | 10101011 | 10110000 | 1000011 | 11 | 0 | 11111 | 10110111 | 110010 | 101110 |
Color Harmonies of #3AABB0
Complementary color
Monochromatic Colors of #3AABB0
Black with #3AABB0
Text Example
Text Example
White with #3AABB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AABB0; }
p { color: rgb(58,171,176); }
H1.HeaderClassName
{
color: #3AABB0;
}
.AnyTagClassName
{
color: #3AABB0;
}
</style>
background-color css
<style>
a { background-color: #3AABB0; }
a { background-color: rgb(58,171,176); }
div.DivClassName
{
background-color: #3AABB0;
}
.BgClassName
{
background-color: #3AABB0;
}
</style>
border-color css
<style>
span { border-color: #3AABB0; }
span { border-color: rgb(58,171,176); }
td.TdClassName
{
border-color: #3AABB0;
}
.TagClassName
{
border-color: #3AABB0;
}
</style>