Shades of Light Sea Green #27BFAC
Tints of Light Sea Green #27BFAC
RGB
CMYK
RGB Variations
Color information
#27BFAC (or 0x27BFAC) is known color: Light Sea Green. HEX triplet: 27, BF and AC. RGB value is (39,191,172). Sum of RGB (Red+Green+Blue) = 39+191+172=402 (53% of max value = 765). Red value is 39 (15.62% from 255 or 9.70% from 402); Green value is 191 (75% from 255 or 47.51% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 191 - color contains mainly: green. Hex color #27BFAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BFAC is #D84053. Grayscale: #8F8F8F. Windows color (decimal): -14172244 or 11321127. OLE color: 11321127.
HSL color Cylindrical-coordinate representation of color #27BFAC: hue angle of 172.5º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BFAC is Cyan = 0.80, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 191 | 172 | - |
| CMYK | 0.80 | 0 | 0.10 | 0.25 |
| HSL | 172.5º | 0.66% | 0.45% | - |
| HSV(B) | 172.5º | 0.8% | 0.75% | - |
| XYZ | 26.91 | 40.67 | 45.46 | - |
| YUV | 143.39 | 144.14 | 53.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 191 | 172 | 0.80 | 0 | 0.10 | 0.25 | 172.5 | 0.66 | 0.45 |
| Hex | 27 | BF | AC | 50 | 0 | A | 19 | AC | 42 | 2D |
| Octal | 47 | 277 | 254 | 120 | 0 | 12 | 31 | 254 | 102 | 55 |
| Binary | 100111 | 10111111 | 10101100 | 1010000 | 0 | 1010 | 11001 | 10101100 | 1000010 | 101101 |
Color Harmonies of #27BFAC
Complementary color
Monochromatic Colors of #27BFAC
Black with #27BFAC
Text Example
Text Example
White with #27BFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BFAC; }
p { color: rgb(39,191,172); }
H1.HeaderClassName
{
color: #27BFAC;
}
.AnyTagClassName
{
color: #27BFAC;
}
</style>
background-color css
<style>
a { background-color: #27BFAC; }
a { background-color: rgb(39,191,172); }
div.DivClassName
{
background-color: #27BFAC;
}
.BgClassName
{
background-color: #27BFAC;
}
</style>
border-color css
<style>
span { border-color: #27BFAC; }
span { border-color: rgb(39,191,172); }
td.TdClassName
{
border-color: #27BFAC;
}
.TagClassName
{
border-color: #27BFAC;
}
</style>