Shades of Light Sea Green #27C6BC
Tints of Light Sea Green #27C6BC
RGB
CMYK
RGB Variations
Color information
#27C6BC (or 0x27C6BC) is known color: Light Sea Green. HEX triplet: 27, C6 and BC. RGB value is (39,198,188). Sum of RGB (Red+Green+Blue) = 39+198+188=425 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.18% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #27C6BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C6BC is #D83943. Grayscale: #959595. Windows color (decimal): -14170436 or 12371495. OLE color: 12371495.
HSL color Cylindrical-coordinate representation of color #27C6BC: hue angle of 176.23º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27C6BC is Cyan = 0.80, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 198 | 188 | - |
| CMYK | 0.80 | 0 | 0.05 | 0.22 |
| HSL | 176.23º | 0.67% | 0.46% | - |
| HSV(B) | 176.23º | 0.8% | 0.78% | - |
| XYZ | 30.11 | 44.45 | 54.57 | - |
| YUV | 149.32 | 149.82 | 49.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 198 | 188 | 0.80 | 0 | 0.05 | 0.22 | 176.23 | 0.67 | 0.46 |
| Hex | 27 | C6 | BC | 50 | 0 | 5 | 16 | B0 | 43 | 2E |
| Octal | 47 | 306 | 274 | 120 | 0 | 5 | 26 | 260 | 103 | 56 |
| Binary | 100111 | 11000110 | 10111100 | 1010000 | 0 | 101 | 10110 | 10110000 | 1000011 | 101110 |
Color Harmonies of #27C6BC
Complementary color
Monochromatic Colors of #27C6BC
Black with #27C6BC
Text Example
Text Example
White with #27C6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C6BC; }
p { color: rgb(39,198,188); }
H1.HeaderClassName
{
color: #27C6BC;
}
.AnyTagClassName
{
color: #27C6BC;
}
</style>
background-color css
<style>
a { background-color: #27C6BC; }
a { background-color: rgb(39,198,188); }
div.DivClassName
{
background-color: #27C6BC;
}
.BgClassName
{
background-color: #27C6BC;
}
</style>
border-color css
<style>
span { border-color: #27C6BC; }
span { border-color: rgb(39,198,188); }
td.TdClassName
{
border-color: #27C6BC;
}
.TagClassName
{
border-color: #27C6BC;
}
</style>