Shades of Light Sea Green #3AACB2
Tints of Light Sea Green #3AACB2
RGB
CMYK
RGB Variations
Color information
#3AACB2 (or 0x3AACB2) is known color: Light Sea Green. HEX triplet: 3A, AC and B2. RGB value is (58,172,178). Sum of RGB (Red+Green+Blue) = 58+172+178=408 (54% of max value = 765). Red value is 58 (23.05% from 255 or 14.22% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 178 - color contains mainly: blue. Hex color #3AACB2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AACB2 is #C5534D. Grayscale: #8A8A8A. Windows color (decimal): -12931918 or 11709498. OLE color: 11709498.
HSL color Cylindrical-coordinate representation of color #3AACB2: hue angle of 183º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AACB2 is Cyan = 0.67, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 172 | 178 | - |
| CMYK | 0.67 | 0.03 | 0 | 0.30 |
| HSL | 183º | 0.51% | 0.46% | - |
| HSV(B) | 183º | 0.67% | 0.7% | - |
| XYZ | 24.53 | 33.62 | 47.32 | - |
| YUV | 138.6 | 150.23 | 70.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 178 | 0.67 | 0.03 | 0 | 0.30 | 183 | 0.51 | 0.46 |
| Hex | 3A | AC | B2 | 43 | 3 | 0 | 1E | B7 | 33 | 2E |
| Octal | 72 | 254 | 262 | 103 | 3 | 0 | 36 | 267 | 63 | 56 |
| Binary | 111010 | 10101100 | 10110010 | 1000011 | 11 | 0 | 11110 | 10110111 | 110011 | 101110 |
Color Harmonies of #3AACB2
Complementary color
Monochromatic Colors of #3AACB2
Black with #3AACB2
Text Example
Text Example
White with #3AACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AACB2; }
p { color: rgb(58,172,178); }
H1.HeaderClassName
{
color: #3AACB2;
}
.AnyTagClassName
{
color: #3AACB2;
}
</style>
background-color css
<style>
a { background-color: #3AACB2; }
a { background-color: rgb(58,172,178); }
div.DivClassName
{
background-color: #3AACB2;
}
.BgClassName
{
background-color: #3AACB2;
}
</style>
border-color css
<style>
span { border-color: #3AACB2; }
span { border-color: rgb(58,172,178); }
td.TdClassName
{
border-color: #3AACB2;
}
.TagClassName
{
border-color: #3AACB2;
}
</style>