Shades of Light Sea Green #27BA9C
Tints of Light Sea Green #27BA9C
RGB
CMYK
RGB Variations
Color information
#27BA9C (or 0x27BA9C) is known color: Light Sea Green. HEX triplet: 27, BA and 9C. RGB value is (39,186,156). Sum of RGB (Red+Green+Blue) = 39+186+156=381 (50% of max value = 765). Red value is 39 (15.62% from 255 or 10.24% from 381); Green value is 186 (73.05% from 255 or 48.82% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 186 - color contains mainly: green. Hex color #27BA9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BA9C is #D84563. Grayscale: #8A8A8A. Windows color (decimal): -14173540 or 10271271. OLE color: 10271271.
HSL color Cylindrical-coordinate representation of color #27BA9C: hue angle of 167.76º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BA9C is Cyan = 0.79, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 186 | 156 | - |
| CMYK | 0.79 | 0 | 0.16 | 0.27 |
| HSL | 167.76º | 0.65% | 0.44% | - |
| HSV(B) | 167.76º | 0.79% | 0.73% | - |
| XYZ | 24.4 | 37.95 | 37.49 | - |
| YUV | 138.63 | 137.8 | 56.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 186 | 156 | 0.79 | 0 | 0.16 | 0.27 | 167.76 | 0.65 | 0.44 |
| Hex | 27 | BA | 9C | 4F | 0 | 10 | 1B | A8 | 41 | 2C |
| Octal | 47 | 272 | 234 | 117 | 0 | 20 | 33 | 250 | 101 | 54 |
| Binary | 100111 | 10111010 | 10011100 | 1001111 | 0 | 10000 | 11011 | 10101000 | 1000001 | 101100 |
Color Harmonies of #27BA9C
Complementary color
Monochromatic Colors of #27BA9C
Black with #27BA9C
Text Example
Text Example
White with #27BA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BA9C; }
p { color: rgb(39,186,156); }
H1.HeaderClassName
{
color: #27BA9C;
}
.AnyTagClassName
{
color: #27BA9C;
}
</style>
background-color css
<style>
a { background-color: #27BA9C; }
a { background-color: rgb(39,186,156); }
div.DivClassName
{
background-color: #27BA9C;
}
.BgClassName
{
background-color: #27BA9C;
}
</style>
border-color css
<style>
span { border-color: #27BA9C; }
span { border-color: rgb(39,186,156); }
td.TdClassName
{
border-color: #27BA9C;
}
.TagClassName
{
border-color: #27BA9C;
}
</style>