Shades of Light Sea Green #36B4A5
Tints of Light Sea Green #36B4A5
RGB
CMYK
RGB Variations
Color information
#36B4A5 (or 0x36B4A5) is known color: Light Sea Green. HEX triplet: 36, B4 and A5. RGB value is (54,180,165). Sum of RGB (Red+Green+Blue) = 54+180+165=399 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.53% from 399); Green value is 180 (70.70% from 255 or 45.11% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 180 - color contains mainly: green. Hex color #36B4A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #36B4A5 is #C94B5A. Grayscale: #8C8C8C. Windows color (decimal): -13192027 or 10859574. OLE color: 10859574.
HSL color Cylindrical-coordinate representation of color #36B4A5: hue angle of 172.86º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B4A5 is Cyan = 0.7, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 180 | 165 | - |
| CMYK | 0.7 | 0 | 0.08 | 0.29 |
| HSL | 172.86º | 0.54% | 0.46% | - |
| HSV(B) | 172.86º | 0.7% | 0.71% | - |
| XYZ | 24.63 | 36.14 | 41.28 | - |
| YUV | 140.62 | 141.76 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 180 | 165 | 0.7 | 0 | 0.08 | 0.29 | 172.86 | 0.54 | 0.46 |
| Hex | 36 | B4 | A5 | 46 | 0 | 8 | 1D | AD | 36 | 2E |
| Octal | 66 | 264 | 245 | 106 | 0 | 10 | 35 | 255 | 66 | 56 |
| Binary | 110110 | 10110100 | 10100101 | 1000110 | 0 | 1000 | 11101 | 10101101 | 110110 | 101110 |
Color Harmonies of #36B4A5
Complementary color
Monochromatic Colors of #36B4A5
Black with #36B4A5
Text Example
Text Example
White with #36B4A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B4A5; }
p { color: rgb(54,180,165); }
H1.HeaderClassName
{
color: #36B4A5;
}
.AnyTagClassName
{
color: #36B4A5;
}
</style>
background-color css
<style>
a { background-color: #36B4A5; }
a { background-color: rgb(54,180,165); }
div.DivClassName
{
background-color: #36B4A5;
}
.BgClassName
{
background-color: #36B4A5;
}
</style>
border-color css
<style>
span { border-color: #36B4A5; }
span { border-color: rgb(54,180,165); }
td.TdClassName
{
border-color: #36B4A5;
}
.TagClassName
{
border-color: #36B4A5;
}
</style>