Shades of Light Sea Green #27C5BC
Tints of Light Sea Green #27C5BC
RGB
CMYK
RGB Variations
Color information
#27C5BC (or 0x27C5BC) is known color: Light Sea Green. HEX triplet: 27, C5 and BC. RGB value is (39,197,188). Sum of RGB (Red+Green+Blue) = 39+197+188=424 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.20% from 424); Green value is 197 (77.34% from 255 or 46.46% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 197 - color contains mainly: green. Hex color #27C5BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C5BC is #D83A43. Grayscale: #949494. Windows color (decimal): -14170692 or 12371239. OLE color: 12371239.
HSL color Cylindrical-coordinate representation of color #27C5BC: hue angle of 176.58º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C5BC is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 197 | 188 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.23 |
| HSL | 176.58º | 0.67% | 0.46% | - |
| HSV(B) | 176.58º | 0.8% | 0.77% | - |
| XYZ | 29.88 | 43.99 | 54.49 | - |
| YUV | 148.73 | 150.15 | 49.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 197 | 188 | 0.80 | 0 | 0.05 | 0.23 | 176.58 | 0.67 | 0.46 |
| Hex | 27 | C5 | BC | 50 | 0 | 5 | 17 | B1 | 43 | 2E |
| Octal | 47 | 305 | 274 | 120 | 0 | 5 | 27 | 261 | 103 | 56 |
| Binary | 100111 | 11000101 | 10111100 | 1010000 | 0 | 101 | 10111 | 10110001 | 1000011 | 101110 |
Color Harmonies of #27C5BC
Complementary color
Monochromatic Colors of #27C5BC
Black with #27C5BC
Text Example
Text Example
White with #27C5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C5BC; }
p { color: rgb(39,197,188); }
H1.HeaderClassName
{
color: #27C5BC;
}
.AnyTagClassName
{
color: #27C5BC;
}
</style>
background-color css
<style>
a { background-color: #27C5BC; }
a { background-color: rgb(39,197,188); }
div.DivClassName
{
background-color: #27C5BC;
}
.BgClassName
{
background-color: #27C5BC;
}
</style>
border-color css
<style>
span { border-color: #27C5BC; }
span { border-color: rgb(39,197,188); }
td.TdClassName
{
border-color: #27C5BC;
}
.TagClassName
{
border-color: #27C5BC;
}
</style>