Shades of Light Sea Green #27C1BC
Tints of Light Sea Green #27C1BC
RGB
CMYK
RGB Variations
Color information
#27C1BC (or 0x27C1BC) is known color: Light Sea Green. HEX triplet: 27, C1 and BC. RGB value is (39,193,188). Sum of RGB (Red+Green+Blue) = 39+193+188=420 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.29% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #27C1BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C1BC is #D83E43. Grayscale: #929292. Windows color (decimal): -14171716 or 12370215. OLE color: 12370215.
HSL color Cylindrical-coordinate representation of color #27C1BC: hue angle of 178.05º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C1BC is Cyan = 0.80, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 193 | 188 | - |
| CMYK | 0.80 | 0 | 0.03 | 0.24 |
| HSL | 178.05º | 0.66% | 0.45% | - |
| HSV(B) | 178.05º | 0.8% | 0.76% | - |
| XYZ | 28.98 | 42.2 | 54.2 | - |
| YUV | 146.38 | 151.48 | 51.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 193 | 188 | 0.80 | 0 | 0.03 | 0.24 | 178.05 | 0.66 | 0.45 |
| Hex | 27 | C1 | BC | 50 | 0 | 3 | 18 | B2 | 42 | 2D |
| Octal | 47 | 301 | 274 | 120 | 0 | 3 | 30 | 262 | 102 | 55 |
| Binary | 100111 | 11000001 | 10111100 | 1010000 | 0 | 11 | 11000 | 10110010 | 1000010 | 101101 |
Color Harmonies of #27C1BC
Complementary color
Monochromatic Colors of #27C1BC
Black with #27C1BC
Text Example
Text Example
White with #27C1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C1BC; }
p { color: rgb(39,193,188); }
H1.HeaderClassName
{
color: #27C1BC;
}
.AnyTagClassName
{
color: #27C1BC;
}
</style>
background-color css
<style>
a { background-color: #27C1BC; }
a { background-color: rgb(39,193,188); }
div.DivClassName
{
background-color: #27C1BC;
}
.BgClassName
{
background-color: #27C1BC;
}
</style>
border-color css
<style>
span { border-color: #27C1BC; }
span { border-color: rgb(39,193,188); }
td.TdClassName
{
border-color: #27C1BC;
}
.TagClassName
{
border-color: #27C1BC;
}
</style>