Shades of Light Sea Green #36BCB4
Tints of Light Sea Green #36BCB4
RGB
CMYK
RGB Variations
Color information
#36BCB4 (or 0x36BCB4) is known color: Light Sea Green. HEX triplet: 36, BC and B4. RGB value is (54,188,180). Sum of RGB (Red+Green+Blue) = 54+188+180=422 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.80% from 422); Green value is 188 (73.83% from 255 or 44.55% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 188 - color contains mainly: green. Hex color #36BCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #36BCB4 is #C9434B. Grayscale: #929292. Windows color (decimal): -13189964 or 11844662. OLE color: 11844662.
HSL color Cylindrical-coordinate representation of color #36BCB4: hue angle of 176.42º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BCB4 is Cyan = 0.71, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 188 | 180 | - |
| CMYK | 0.71 | 0 | 0.04 | 0.26 |
| HSL | 176.42º | 0.55% | 0.47% | - |
| HSV(B) | 176.42º | 0.71% | 0.74% | - |
| XYZ | 27.74 | 40.05 | 49.45 | - |
| YUV | 147.02 | 146.61 | 61.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 180 | 0.71 | 0 | 0.04 | 0.26 | 176.42 | 0.55 | 0.47 |
| Hex | 36 | BC | B4 | 47 | 0 | 4 | 1A | B0 | 37 | 2F |
| Octal | 66 | 274 | 264 | 107 | 0 | 4 | 32 | 260 | 67 | 57 |
| Binary | 110110 | 10111100 | 10110100 | 1000111 | 0 | 100 | 11010 | 10110000 | 110111 | 101111 |
Color Harmonies of #36BCB4
Complementary color
Monochromatic Colors of #36BCB4
Black with #36BCB4
Text Example
Text Example
White with #36BCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BCB4; }
p { color: rgb(54,188,180); }
H1.HeaderClassName
{
color: #36BCB4;
}
.AnyTagClassName
{
color: #36BCB4;
}
</style>
background-color css
<style>
a { background-color: #36BCB4; }
a { background-color: rgb(54,188,180); }
div.DivClassName
{
background-color: #36BCB4;
}
.BgClassName
{
background-color: #36BCB4;
}
</style>
border-color css
<style>
span { border-color: #36BCB4; }
span { border-color: rgb(54,188,180); }
td.TdClassName
{
border-color: #36BCB4;
}
.TagClassName
{
border-color: #36BCB4;
}
</style>