Shades of Light Sea Green #36B3BA
Tints of Light Sea Green #36B3BA
RGB
CMYK
RGB Variations
Color information
#36B3BA (or 0x36B3BA) is known color: Light Sea Green. HEX triplet: 36, B3 and BA. RGB value is (54,179,186). Sum of RGB (Red+Green+Blue) = 54+179+186=419 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.89% from 419); Green value is 179 (70.31% from 255 or 42.72% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #36B3BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36B3BA is #C94C45. Grayscale: #8E8E8E. Windows color (decimal): -13192262 or 12235574. OLE color: 12235574.
HSL color Cylindrical-coordinate representation of color #36B3BA: hue angle of 183.18º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36B3BA is Cyan = 0.71, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 179 | 186 | - |
| CMYK | 0.71 | 0.04 | 0 | 0.27 |
| HSL | 183.18º | 0.55% | 0.47% | - |
| HSV(B) | 183.18º | 0.71% | 0.73% | - |
| XYZ | 26.5 | 36.57 | 52.12 | - |
| YUV | 142.42 | 152.59 | 64.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 179 | 186 | 0.71 | 0.04 | 0 | 0.27 | 183.18 | 0.55 | 0.47 |
| Hex | 36 | B3 | BA | 47 | 4 | 0 | 1B | B7 | 37 | 2F |
| Octal | 66 | 263 | 272 | 107 | 4 | 0 | 33 | 267 | 67 | 57 |
| Binary | 110110 | 10110011 | 10111010 | 1000111 | 100 | 0 | 11011 | 10110111 | 110111 | 101111 |
Color Harmonies of #36B3BA
Complementary color
Monochromatic Colors of #36B3BA
Black with #36B3BA
Text Example
Text Example
White with #36B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B3BA; }
p { color: rgb(54,179,186); }
H1.HeaderClassName
{
color: #36B3BA;
}
.AnyTagClassName
{
color: #36B3BA;
}
</style>
background-color css
<style>
a { background-color: #36B3BA; }
a { background-color: rgb(54,179,186); }
div.DivClassName
{
background-color: #36B3BA;
}
.BgClassName
{
background-color: #36B3BA;
}
</style>
border-color css
<style>
span { border-color: #36B3BA; }
span { border-color: rgb(54,179,186); }
td.TdClassName
{
border-color: #36B3BA;
}
.TagClassName
{
border-color: #36B3BA;
}
</style>