Shades of Light Sea Green #36B8BA
Tints of Light Sea Green #36B8BA
RGB
CMYK
RGB Variations
Color information
#36B8BA (or 0x36B8BA) is known color: Light Sea Green. HEX triplet: 36, B8 and BA. RGB value is (54,184,186). Sum of RGB (Red+Green+Blue) = 54+184+186=424 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.74% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #36B8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36B8BA is #C94745. Grayscale: #919191. Windows color (decimal): -13190982 or 12236854. OLE color: 12236854.
HSL color Cylindrical-coordinate representation of color #36B8BA: hue angle of 180.91º 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 #36B8BA is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 184 | 186 | - |
| CMYK | 0.71 | 0.01 | 0 | 0.27 |
| HSL | 180.91º | 0.55% | 0.47% | - |
| HSV(B) | 180.91º | 0.71% | 0.73% | - |
| XYZ | 27.52 | 38.61 | 52.46 | - |
| YUV | 145.36 | 150.93 | 62.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 184 | 186 | 0.71 | 0.01 | 0 | 0.27 | 180.91 | 0.55 | 0.47 |
| Hex | 36 | B8 | BA | 47 | 1 | 0 | 1B | B5 | 37 | 2F |
| Octal | 66 | 270 | 272 | 107 | 1 | 0 | 33 | 265 | 67 | 57 |
| Binary | 110110 | 10111000 | 10111010 | 1000111 | 1 | 0 | 11011 | 10110101 | 110111 | 101111 |
Color Harmonies of #36B8BA
Complementary color
Monochromatic Colors of #36B8BA
Black with #36B8BA
Text Example
Text Example
White with #36B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B8BA; }
p { color: rgb(54,184,186); }
H1.HeaderClassName
{
color: #36B8BA;
}
.AnyTagClassName
{
color: #36B8BA;
}
</style>
background-color css
<style>
a { background-color: #36B8BA; }
a { background-color: rgb(54,184,186); }
div.DivClassName
{
background-color: #36B8BA;
}
.BgClassName
{
background-color: #36B8BA;
}
</style>
border-color css
<style>
span { border-color: #36B8BA; }
span { border-color: rgb(54,184,186); }
td.TdClassName
{
border-color: #36B8BA;
}
.TagClassName
{
border-color: #36B8BA;
}
</style>