Shades of Light Sea Green #27CCC0
Tints of Light Sea Green #27CCC0
RGB
CMYK
RGB Variations
Color information
#27CCC0 (or 0x27CCC0) is known color: Light Sea Green. HEX triplet: 27, CC and C0. RGB value is (39,204,192). Sum of RGB (Red+Green+Blue) = 39+204+192=435 (57% of max value = 765). Red value is 39 (15.62% from 255 or 8.97% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 192 (75.39% from 255 or 44.14% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #27CCC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27CCC0 is #D8333F. Grayscale: #999999. Windows color (decimal): -14168896 or 12635175. OLE color: 12635175.
HSL color Cylindrical-coordinate representation of color #27CCC0: hue angle of 175.64º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27CCC0 is Cyan = 0.81, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 39 | 204 | 192 | - |
| CMYK | 0.81 | 0 | 0.06 | 0.2 |
| HSL | 175.64º | 0.68% | 0.48% | - |
| HSV(B) | 175.64º | 0.81% | 0.8% | - |
| XYZ | 31.94 | 47.42 | 57.34 | - |
| YUV | 153.3 | 149.84 | 46.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 204 | 192 | 0.81 | 0 | 0.06 | 0.2 | 175.64 | 0.68 | 0.48 |
| Hex | 27 | CC | C0 | 51 | 0 | 6 | 14 | B0 | 44 | 30 |
| Octal | 47 | 314 | 300 | 121 | 0 | 6 | 24 | 260 | 104 | 60 |
| Binary | 100111 | 11001100 | 11000000 | 1010001 | 0 | 110 | 10100 | 10110000 | 1000100 | 110000 |
Color Harmonies of #27CCC0
Complementary color
Monochromatic Colors of #27CCC0
Black with #27CCC0
Text Example
Text Example
White with #27CCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27CCC0; }
p { color: rgb(39,204,192); }
H1.HeaderClassName
{
color: #27CCC0;
}
.AnyTagClassName
{
color: #27CCC0;
}
</style>
background-color css
<style>
a { background-color: #27CCC0; }
a { background-color: rgb(39,204,192); }
div.DivClassName
{
background-color: #27CCC0;
}
.BgClassName
{
background-color: #27CCC0;
}
</style>
border-color css
<style>
span { border-color: #27CCC0; }
span { border-color: rgb(39,204,192); }
td.TdClassName
{
border-color: #27CCC0;
}
.TagClassName
{
border-color: #27CCC0;
}
</style>