Shades of Light Sea Green #27C2AB
Tints of Light Sea Green #27C2AB
RGB
CMYK
RGB Variations
Color information
#27C2AB (or 0x27C2AB) is known color: Light Sea Green. HEX triplet: 27, C2 and AB. RGB value is (39,194,171). Sum of RGB (Red+Green+Blue) = 39+194+171=404 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.65% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 171 (67.19% from 255 or 42.33% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #27C2AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27C2AB is #D83D54. Grayscale: #909090. Windows color (decimal): -14171477 or 11256359. OLE color: 11256359.
HSL color Cylindrical-coordinate representation of color #27C2AB: hue angle of 171.1º 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 #27C2AB is Cyan = 0.80, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 194 | 171 | - |
| CMYK | 0.80 | 0 | 0.12 | 0.24 |
| HSL | 171.1º | 0.67% | 0.46% | - |
| HSV(B) | 171.1º | 0.8% | 0.76% | - |
| XYZ | 27.48 | 41.96 | 45.18 | - |
| YUV | 145.03 | 142.65 | 52.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 194 | 171 | 0.80 | 0 | 0.12 | 0.24 | 171.1 | 0.67 | 0.46 |
| Hex | 27 | C2 | AB | 50 | 0 | C | 18 | AB | 43 | 2E |
| Octal | 47 | 302 | 253 | 120 | 0 | 14 | 30 | 253 | 103 | 56 |
| Binary | 100111 | 11000010 | 10101011 | 1010000 | 0 | 1100 | 11000 | 10101011 | 1000011 | 101110 |
Color Harmonies of #27C2AB
Complementary color
Monochromatic Colors of #27C2AB
Black with #27C2AB
Text Example
Text Example
White with #27C2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C2AB; }
p { color: rgb(39,194,171); }
H1.HeaderClassName
{
color: #27C2AB;
}
.AnyTagClassName
{
color: #27C2AB;
}
</style>
background-color css
<style>
a { background-color: #27C2AB; }
a { background-color: rgb(39,194,171); }
div.DivClassName
{
background-color: #27C2AB;
}
.BgClassName
{
background-color: #27C2AB;
}
</style>
border-color css
<style>
span { border-color: #27C2AB; }
span { border-color: rgb(39,194,171); }
td.TdClassName
{
border-color: #27C2AB;
}
.TagClassName
{
border-color: #27C2AB;
}
</style>