Shades of Light Sea Green #36AEA2
Tints of Light Sea Green #36AEA2
RGB
CMYK
RGB Variations
Color information
#36AEA2 (or 0x36AEA2) is known color: Light Sea Green. HEX triplet: 36, AE and A2. RGB value is (54,174,162). Sum of RGB (Red+Green+Blue) = 54+174+162=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 174 (68.36% from 255 or 44.62% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 174 - color contains mainly: green. Hex color #36AEA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36AEA2 is #C9515D. Grayscale: #888888. Windows color (decimal): -13193566 or 10661430. OLE color: 10661430.
HSL color Cylindrical-coordinate representation of color #36AEA2: hue angle of 174º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36AEA2 is Cyan = 0.69, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 174 | 162 | - |
| CMYK | 0.69 | 0 | 0.07 | 0.32 |
| HSL | 174º | 0.53% | 0.45% | - |
| HSV(B) | 174º | 0.69% | 0.68% | - |
| XYZ | 23.18 | 33.67 | 39.46 | - |
| YUV | 136.75 | 142.24 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 174 | 162 | 0.69 | 0 | 0.07 | 0.32 | 174 | 0.53 | 0.45 |
| Hex | 36 | AE | A2 | 45 | 0 | 7 | 20 | AE | 35 | 2D |
| Octal | 66 | 256 | 242 | 105 | 0 | 7 | 40 | 256 | 65 | 55 |
| Binary | 110110 | 10101110 | 10100010 | 1000101 | 0 | 111 | 100000 | 10101110 | 110101 | 101101 |
Color Harmonies of #36AEA2
Complementary color
Monochromatic Colors of #36AEA2
Black with #36AEA2
Text Example
Text Example
White with #36AEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36AEA2; }
p { color: rgb(54,174,162); }
H1.HeaderClassName
{
color: #36AEA2;
}
.AnyTagClassName
{
color: #36AEA2;
}
</style>
background-color css
<style>
a { background-color: #36AEA2; }
a { background-color: rgb(54,174,162); }
div.DivClassName
{
background-color: #36AEA2;
}
.BgClassName
{
background-color: #36AEA2;
}
</style>
border-color css
<style>
span { border-color: #36AEA2; }
span { border-color: rgb(54,174,162); }
td.TdClassName
{
border-color: #36AEA2;
}
.TagClassName
{
border-color: #36AEA2;
}
</style>