Shades of Light Sea Green #27A8AD
Tints of Light Sea Green #27A8AD
RGB
CMYK
RGB Variations
Color information
#27A8AD (or 0x27A8AD) is known color: Light Sea Green. HEX triplet: 27, A8 and AD. RGB value is (39,168,173). Sum of RGB (Red+Green+Blue) = 39+168+173=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #27A8AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27A8AD is #D85752. Grayscale: #818181. Windows color (decimal): -14178131 or 11380775. OLE color: 11380775.
HSL color Cylindrical-coordinate representation of color #27A8AD: hue angle of 182.24º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27A8AD is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 39 | 168 | 173 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.32 |
| HSL | 182.24º | 0.63% | 0.42% | - |
| HSV(B) | 182.24º | 0.77% | 0.68% | - |
| XYZ | 22.38 | 31.45 | 44.43 | - |
| YUV | 130 | 152.26 | 63.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 168 | 173 | 0.77 | 0.03 | 0 | 0.32 | 182.24 | 0.63 | 0.42 |
| Hex | 27 | A8 | AD | 4D | 3 | 0 | 20 | B6 | 3F | 2A |
| Octal | 47 | 250 | 255 | 115 | 3 | 0 | 40 | 266 | 77 | 52 |
| Binary | 100111 | 10101000 | 10101101 | 1001101 | 11 | 0 | 100000 | 10110110 | 111111 | 101010 |
Color Harmonies of #27A8AD
Complementary color
Monochromatic Colors of #27A8AD
Black with #27A8AD
Text Example
Text Example
White with #27A8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27A8AD; }
p { color: rgb(39,168,173); }
H1.HeaderClassName
{
color: #27A8AD;
}
.AnyTagClassName
{
color: #27A8AD;
}
</style>
background-color css
<style>
a { background-color: #27A8AD; }
a { background-color: rgb(39,168,173); }
div.DivClassName
{
background-color: #27A8AD;
}
.BgClassName
{
background-color: #27A8AD;
}
</style>
border-color css
<style>
span { border-color: #27A8AD; }
span { border-color: rgb(39,168,173); }
td.TdClassName
{
border-color: #27A8AD;
}
.TagClassName
{
border-color: #27A8AD;
}
</style>