Shades of Light Sea Green #27BEAB
Tints of Light Sea Green #27BEAB
RGB
CMYK
RGB Variations
Color information
#27BEAB (or 0x27BEAB) is known color: Light Sea Green. HEX triplet: 27, BE and AB. RGB value is (39,190,171). Sum of RGB (Red+Green+Blue) = 39+190+171=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #27BEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BEAB is #D84154. Grayscale: #8E8E8E. Windows color (decimal): -14172501 or 11255335. OLE color: 11255335.
HSL color Cylindrical-coordinate representation of color #27BEAB: hue angle of 172.45º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BEAB is Cyan = 0.79, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 190 | 171 | - |
| CMYK | 0.79 | 0 | 0.10 | 0.25 |
| HSL | 172.45º | 0.66% | 0.45% | - |
| HSV(B) | 172.45º | 0.79% | 0.75% | - |
| XYZ | 26.6 | 40.2 | 44.89 | - |
| YUV | 142.69 | 143.97 | 54.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 190 | 171 | 0.79 | 0 | 0.10 | 0.25 | 172.45 | 0.66 | 0.45 |
| Hex | 27 | BE | AB | 4F | 0 | A | 19 | AC | 42 | 2D |
| Octal | 47 | 276 | 253 | 117 | 0 | 12 | 31 | 254 | 102 | 55 |
| Binary | 100111 | 10111110 | 10101011 | 1001111 | 0 | 1010 | 11001 | 10101100 | 1000010 | 101101 |
Color Harmonies of #27BEAB
Complementary color
Monochromatic Colors of #27BEAB
Black with #27BEAB
Text Example
Text Example
White with #27BEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BEAB; }
p { color: rgb(39,190,171); }
H1.HeaderClassName
{
color: #27BEAB;
}
.AnyTagClassName
{
color: #27BEAB;
}
</style>
background-color css
<style>
a { background-color: #27BEAB; }
a { background-color: rgb(39,190,171); }
div.DivClassName
{
background-color: #27BEAB;
}
.BgClassName
{
background-color: #27BEAB;
}
</style>
border-color css
<style>
span { border-color: #27BEAB; }
span { border-color: rgb(39,190,171); }
td.TdClassName
{
border-color: #27BEAB;
}
.TagClassName
{
border-color: #27BEAB;
}
</style>