Shades of Light Sea Green #37AAA5
Tints of Light Sea Green #37AAA5
RGB
CMYK
RGB Variations
Color information
#37AAA5 (or 0x37AAA5) is known color: Light Sea Green. HEX triplet: 37, AA and A5. RGB value is (55,170,165). Sum of RGB (Red+Green+Blue) = 55+170+165=390 (51% of max value = 765). Red value is 55 (21.88% from 255 or 14.10% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 165 (64.84% from 255 or 42.31% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #37AAA5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #37AAA5 is #C8555A. Grayscale: #868686. Windows color (decimal): -13129051 or 10857015. OLE color: 10857015.
HSL color Cylindrical-coordinate representation of color #37AAA5: hue angle of 177.39º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #37AAA5 is Cyan = 0.68, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 55 | 170 | 165 | - |
| CMYK | 0.68 | 0 | 0.03 | 0.33 |
| HSL | 177.39º | 0.51% | 0.44% | - |
| HSV(B) | 177.39º | 0.68% | 0.67% | - |
| XYZ | 22.74 | 32.28 | 40.63 | - |
| YUV | 135.05 | 144.9 | 70.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 170 | 165 | 0.68 | 0 | 0.03 | 0.33 | 177.39 | 0.51 | 0.44 |
| Hex | 37 | AA | A5 | 44 | 0 | 3 | 21 | B1 | 33 | 2C |
| Octal | 67 | 252 | 245 | 104 | 0 | 3 | 41 | 261 | 63 | 54 |
| Binary | 110111 | 10101010 | 10100101 | 1000100 | 0 | 11 | 100001 | 10110001 | 110011 | 101100 |
Color Harmonies of #37AAA5
Complementary color
Monochromatic Colors of #37AAA5
Black with #37AAA5
Text Example
Text Example
White with #37AAA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37AAA5; }
p { color: rgb(55,170,165); }
H1.HeaderClassName
{
color: #37AAA5;
}
.AnyTagClassName
{
color: #37AAA5;
}
</style>
background-color css
<style>
a { background-color: #37AAA5; }
a { background-color: rgb(55,170,165); }
div.DivClassName
{
background-color: #37AAA5;
}
.BgClassName
{
background-color: #37AAA5;
}
</style>
border-color css
<style>
span { border-color: #37AAA5; }
span { border-color: rgb(55,170,165); }
td.TdClassName
{
border-color: #37AAA5;
}
.TagClassName
{
border-color: #37AAA5;
}
</style>