Shades of Light Sea Green #27ABAA
Tints of Light Sea Green #27ABAA
RGB
CMYK
RGB Variations
Color information
#27ABAA (or 0x27ABAA) is known color: Light Sea Green. HEX triplet: 27, AB and AA. RGB value is (39,171,170). Sum of RGB (Red+Green+Blue) = 39+171+170=380 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.26% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #27ABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27ABAA is #D85455. Grayscale: #838383. Windows color (decimal): -14177366 or 11184935. OLE color: 11184935.
HSL color Cylindrical-coordinate representation of color #27ABAA: hue angle of 179.55º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #27ABAA is Cyan = 0.77, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 171 | 170 | - |
| CMYK | 0.77 | 0 | 0.01 | 0.33 |
| HSL | 179.55º | 0.63% | 0.41% | - |
| HSV(B) | 179.55º | 0.77% | 0.67% | - |
| XYZ | 22.66 | 32.46 | 43.1 | - |
| YUV | 131.42 | 149.77 | 62.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 171 | 170 | 0.77 | 0 | 0.01 | 0.33 | 179.55 | 0.63 | 0.41 |
| Hex | 27 | AB | AA | 4D | 0 | 1 | 21 | B4 | 3F | 29 |
| Octal | 47 | 253 | 252 | 115 | 0 | 1 | 41 | 264 | 77 | 51 |
| Binary | 100111 | 10101011 | 10101010 | 1001101 | 0 | 1 | 100001 | 10110100 | 111111 | 101001 |
Color Harmonies of #27ABAA
Complementary color
Monochromatic Colors of #27ABAA
Black with #27ABAA
Text Example
Text Example
White with #27ABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27ABAA; }
p { color: rgb(39,171,170); }
H1.HeaderClassName
{
color: #27ABAA;
}
.AnyTagClassName
{
color: #27ABAA;
}
</style>
background-color css
<style>
a { background-color: #27ABAA; }
a { background-color: rgb(39,171,170); }
div.DivClassName
{
background-color: #27ABAA;
}
.BgClassName
{
background-color: #27ABAA;
}
</style>
border-color css
<style>
span { border-color: #27ABAA; }
span { border-color: rgb(39,171,170); }
td.TdClassName
{
border-color: #27ABAA;
}
.TagClassName
{
border-color: #27ABAA;
}
</style>