Shades of Light Sea Green #27A6A0
Tints of Light Sea Green #27A6A0
RGB
CMYK
RGB Variations
Color information
#27A6A0 (or 0x27A6A0) is known color: Light Sea Green. HEX triplet: 27, A6 and A0. RGB value is (39,166,160). Sum of RGB (Red+Green+Blue) = 39+166+160=365 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.68% from 365); Green value is 166 (65.23% from 255 or 45.48% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 166 - color contains mainly: green. Hex color #27A6A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A6A0 is #D8595F. Grayscale: #7F7F7F. Windows color (decimal): -14178656 or 10528295. OLE color: 10528295.
HSL color Cylindrical-coordinate representation of color #27A6A0: hue angle of 177.17º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27A6A0 is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 39 | 166 | 160 | - |
| CMYK | 0.77 | 0 | 0.04 | 0.35 |
| HSL | 177.17º | 0.62% | 0.4% | - |
| HSV(B) | 177.17º | 0.77% | 0.65% | - |
| XYZ | 20.82 | 30.24 | 38 | - |
| YUV | 127.34 | 146.42 | 64.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 166 | 160 | 0.77 | 0 | 0.04 | 0.35 | 177.17 | 0.62 | 0.4 |
| Hex | 27 | A6 | A0 | 4D | 0 | 4 | 23 | B1 | 3E | 28 |
| Octal | 47 | 246 | 240 | 115 | 0 | 4 | 43 | 261 | 76 | 50 |
| Binary | 100111 | 10100110 | 10100000 | 1001101 | 0 | 100 | 100011 | 10110001 | 111110 | 101000 |
Color Harmonies of #27A6A0
Complementary color
Monochromatic Colors of #27A6A0
Black with #27A6A0
Text Example
Text Example
White with #27A6A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A6A0; }
p { color: rgb(39,166,160); }
H1.HeaderClassName
{
color: #27A6A0;
}
.AnyTagClassName
{
color: #27A6A0;
}
</style>
background-color css
<style>
a { background-color: #27A6A0; }
a { background-color: rgb(39,166,160); }
div.DivClassName
{
background-color: #27A6A0;
}
.BgClassName
{
background-color: #27A6A0;
}
</style>
border-color css
<style>
span { border-color: #27A6A0; }
span { border-color: rgb(39,166,160); }
td.TdClassName
{
border-color: #27A6A0;
}
.TagClassName
{
border-color: #27A6A0;
}
</style>