Shades of Light Sea Green #27AAAC
Tints of Light Sea Green #27AAAC
RGB
CMYK
RGB Variations
Color information
#27AAAC (or 0x27AAAC) is known color: Light Sea Green. HEX triplet: 27, AA and AC. RGB value is (39,170,172). Sum of RGB (Red+Green+Blue) = 39+170+172=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 170 (66.80% from 255 or 44.62% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #27AAAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #27AAAC is #D85553. Grayscale: #828282. Windows color (decimal): -14177620 or 11315751. OLE color: 11315751.
HSL color Cylindrical-coordinate representation of color #27AAAC: hue angle of 180.9º 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 #27AAAC is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 39 | 170 | 172 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.33 |
| HSL | 180.9º | 0.63% | 0.41% | - |
| HSV(B) | 180.9º | 0.77% | 0.67% | - |
| XYZ | 22.66 | 32.16 | 44.04 | - |
| YUV | 131.06 | 151.1 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 170 | 172 | 0.77 | 0.01 | 0 | 0.33 | 180.9 | 0.63 | 0.41 |
| Hex | 27 | AA | AC | 4D | 1 | 0 | 21 | B5 | 3F | 29 |
| Octal | 47 | 252 | 254 | 115 | 1 | 0 | 41 | 265 | 77 | 51 |
| Binary | 100111 | 10101010 | 10101100 | 1001101 | 1 | 0 | 100001 | 10110101 | 111111 | 101001 |
Color Harmonies of #27AAAC
Complementary color
Monochromatic Colors of #27AAAC
Black with #27AAAC
Text Example
Text Example
White with #27AAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27AAAC; }
p { color: rgb(39,170,172); }
H1.HeaderClassName
{
color: #27AAAC;
}
.AnyTagClassName
{
color: #27AAAC;
}
</style>
background-color css
<style>
a { background-color: #27AAAC; }
a { background-color: rgb(39,170,172); }
div.DivClassName
{
background-color: #27AAAC;
}
.BgClassName
{
background-color: #27AAAC;
}
</style>
border-color css
<style>
span { border-color: #27AAAC; }
span { border-color: rgb(39,170,172); }
td.TdClassName
{
border-color: #27AAAC;
}
.TagClassName
{
border-color: #27AAAC;
}
</style>