Shades of Light Sea Green #3AABA8
Tints of Light Sea Green #3AABA8
RGB
CMYK
RGB Variations
Color information
#3AABA8 (or 0x3AABA8) is known color: Light Sea Green. HEX triplet: 3A, AB and A8. RGB value is (58,171,168). Sum of RGB (Red+Green+Blue) = 58+171+168=397 (52% of max value = 765). Red value is 58 (23.05% from 255 or 14.61% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 168 (66.02% from 255 or 42.32% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #3AABA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AABA8 is #C55457. Grayscale: #888888. Windows color (decimal): -12932184 or 11053882. OLE color: 11053882.
HSL color Cylindrical-coordinate representation of color #3AABA8: hue angle of 178.41º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AABA8 is Cyan = 0.66, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 171 | 168 | - |
| CMYK | 0.66 | 0 | 0.02 | 0.33 |
| HSL | 178.41º | 0.49% | 0.45% | - |
| HSV(B) | 178.41º | 0.66% | 0.67% | - |
| XYZ | 23.38 | 32.85 | 42.15 | - |
| YUV | 136.87 | 145.56 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 168 | 0.66 | 0 | 0.02 | 0.33 | 178.41 | 0.49 | 0.45 |
| Hex | 3A | AB | A8 | 42 | 0 | 2 | 21 | B2 | 31 | 2D |
| Octal | 72 | 253 | 250 | 102 | 0 | 2 | 41 | 262 | 61 | 55 |
| Binary | 111010 | 10101011 | 10101000 | 1000010 | 0 | 10 | 100001 | 10110010 | 110001 | 101101 |
Color Harmonies of #3AABA8
Complementary color
Monochromatic Colors of #3AABA8
Black with #3AABA8
Text Example
Text Example
White with #3AABA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AABA8; }
p { color: rgb(58,171,168); }
H1.HeaderClassName
{
color: #3AABA8;
}
.AnyTagClassName
{
color: #3AABA8;
}
</style>
background-color css
<style>
a { background-color: #3AABA8; }
a { background-color: rgb(58,171,168); }
div.DivClassName
{
background-color: #3AABA8;
}
.BgClassName
{
background-color: #3AABA8;
}
</style>
border-color css
<style>
span { border-color: #3AABA8; }
span { border-color: rgb(58,171,168); }
td.TdClassName
{
border-color: #3AABA8;
}
.TagClassName
{
border-color: #3AABA8;
}
</style>