Shades of Light Sea Green #27AEA0
Tints of Light Sea Green #27AEA0
RGB
CMYK
RGB Variations
Color information
#27AEA0 (or 0x27AEA0) is known color: Light Sea Green. HEX triplet: 27, AE and A0. RGB value is (39,174,160). Sum of RGB (Red+Green+Blue) = 39+174+160=373 (49% of max value = 765). Red value is 39 (15.62% from 255 or 10.46% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #27AEA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AEA0 is #D8515F. Grayscale: #838383. Windows color (decimal): -14176608 or 10530343. OLE color: 10530343.
HSL color Cylindrical-coordinate representation of color #27AEA0: hue angle of 173.78º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #27AEA0 is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 174 | 160 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.32 |
| HSL | 173.78º | 0.63% | 0.42% | - |
| HSV(B) | 173.78º | 0.78% | 0.68% | - |
| XYZ | 22.32 | 33.24 | 38.5 | - |
| YUV | 132.04 | 143.77 | 61.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 174 | 160 | 0.78 | 0 | 0.08 | 0.32 | 173.78 | 0.63 | 0.42 |
| Hex | 27 | AE | A0 | 4E | 0 | 8 | 20 | AE | 3F | 2A |
| Octal | 47 | 256 | 240 | 116 | 0 | 10 | 40 | 256 | 77 | 52 |
| Binary | 100111 | 10101110 | 10100000 | 1001110 | 0 | 1000 | 100000 | 10101110 | 111111 | 101010 |
Color Harmonies of #27AEA0
Complementary color
Monochromatic Colors of #27AEA0
Black with #27AEA0
Text Example
Text Example
White with #27AEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AEA0; }
p { color: rgb(39,174,160); }
H1.HeaderClassName
{
color: #27AEA0;
}
.AnyTagClassName
{
color: #27AEA0;
}
</style>
background-color css
<style>
a { background-color: #27AEA0; }
a { background-color: rgb(39,174,160); }
div.DivClassName
{
background-color: #27AEA0;
}
.BgClassName
{
background-color: #27AEA0;
}
</style>
border-color css
<style>
span { border-color: #27AEA0; }
span { border-color: rgb(39,174,160); }
td.TdClassName
{
border-color: #27AEA0;
}
.TagClassName
{
border-color: #27AEA0;
}
</style>