Shades of Light Sea Green #27BDAC
Tints of Light Sea Green #27BDAC
RGB
CMYK
RGB Variations
Color information
#27BDAC (or 0x27BDAC) is known color: Light Sea Green. HEX triplet: 27, BD and AC. RGB value is (39,189,172). Sum of RGB (Red+Green+Blue) = 39+189+172=400 (52% of max value = 765). Red value is 39 (15.62% from 255 or 9.75% from 400); Green value is 189 (74.22% from 255 or 47.25% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 189 - color contains mainly: green. Hex color #27BDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BDAC is #D84253. Grayscale: #8E8E8E. Windows color (decimal): -14172756 or 11320615. OLE color: 11320615.
HSL color Cylindrical-coordinate representation of color #27BDAC: hue angle of 173.2º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BDAC is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 189 | 172 | - |
| CMYK | 0.79 | 0 | 0.09 | 0.26 |
| HSL | 173.2º | 0.66% | 0.45% | - |
| HSV(B) | 173.2º | 0.79% | 0.74% | - |
| XYZ | 26.48 | 39.81 | 45.32 | - |
| YUV | 142.21 | 144.81 | 54.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 172 | 0.79 | 0 | 0.09 | 0.26 | 173.2 | 0.66 | 0.45 |
| Hex | 27 | BD | AC | 4F | 0 | 9 | 1A | AD | 42 | 2D |
| Octal | 47 | 275 | 254 | 117 | 0 | 11 | 32 | 255 | 102 | 55 |
| Binary | 100111 | 10111101 | 10101100 | 1001111 | 0 | 1001 | 11010 | 10101101 | 1000010 | 101101 |
Color Harmonies of #27BDAC
Complementary color
Monochromatic Colors of #27BDAC
Black with #27BDAC
Text Example
Text Example
White with #27BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BDAC; }
p { color: rgb(39,189,172); }
H1.HeaderClassName
{
color: #27BDAC;
}
.AnyTagClassName
{
color: #27BDAC;
}
</style>
background-color css
<style>
a { background-color: #27BDAC; }
a { background-color: rgb(39,189,172); }
div.DivClassName
{
background-color: #27BDAC;
}
.BgClassName
{
background-color: #27BDAC;
}
</style>
border-color css
<style>
span { border-color: #27BDAC; }
span { border-color: rgb(39,189,172); }
td.TdClassName
{
border-color: #27BDAC;
}
.TagClassName
{
border-color: #27BDAC;
}
</style>