Shades of Light Sea Green #27C2BA
Tints of Light Sea Green #27C2BA
RGB
CMYK
RGB Variations
Color information
#27C2BA (or 0x27C2BA) is known color: Light Sea Green. HEX triplet: 27, C2 and BA. RGB value is (39,194,186). Sum of RGB (Red+Green+Blue) = 39+194+186=419 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.31% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 194 - color contains mainly: green. Hex color #27C2BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C2BA is #D83D45. Grayscale: #929292. Windows color (decimal): -14171462 or 12239399. OLE color: 12239399.
HSL color Cylindrical-coordinate representation of color #27C2BA: hue angle of 176.9º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C2BA is Cyan = 0.80, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 194 | 186 | - |
| CMYK | 0.80 | 0 | 0.04 | 0.24 |
| HSL | 176.9º | 0.67% | 0.46% | - |
| HSV(B) | 176.9º | 0.8% | 0.76% | - |
| XYZ | 28.99 | 42.56 | 53.14 | - |
| YUV | 146.74 | 150.15 | 51.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 194 | 186 | 0.80 | 0 | 0.04 | 0.24 | 176.9 | 0.67 | 0.46 |
| Hex | 27 | C2 | BA | 50 | 0 | 4 | 18 | B1 | 43 | 2E |
| Octal | 47 | 302 | 272 | 120 | 0 | 4 | 30 | 261 | 103 | 56 |
| Binary | 100111 | 11000010 | 10111010 | 1010000 | 0 | 100 | 11000 | 10110001 | 1000011 | 101110 |
Color Harmonies of #27C2BA
Complementary color
Monochromatic Colors of #27C2BA
Black with #27C2BA
Text Example
Text Example
White with #27C2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C2BA; }
p { color: rgb(39,194,186); }
H1.HeaderClassName
{
color: #27C2BA;
}
.AnyTagClassName
{
color: #27C2BA;
}
</style>
background-color css
<style>
a { background-color: #27C2BA; }
a { background-color: rgb(39,194,186); }
div.DivClassName
{
background-color: #27C2BA;
}
.BgClassName
{
background-color: #27C2BA;
}
</style>
border-color css
<style>
span { border-color: #27C2BA; }
span { border-color: rgb(39,194,186); }
td.TdClassName
{
border-color: #27C2BA;
}
.TagClassName
{
border-color: #27C2BA;
}
</style>