Shades of Light Sea Green #27C1B5
Tints of Light Sea Green #27C1B5
RGB
CMYK
RGB Variations
Color information
#27C1B5 (or 0x27C1B5) is known color: Light Sea Green. HEX triplet: 27, C1 and B5. RGB value is (39,193,181). Sum of RGB (Red+Green+Blue) = 39+193+181=413 (54% of max value = 765). Red value is 39 (15.62% from 255 or 9.44% from 413); Green value is 193 (75.78% from 255 or 46.73% from 413); Blue value is 181 (71.09% from 255 or 43.83% from 413); Max value from RGB is 193 - color contains mainly: green. Hex color #27C1B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C1B5 is #D83E4A. Grayscale: #919191. Windows color (decimal): -14171723 or 11911463. OLE color: 11911463.
HSL color Cylindrical-coordinate representation of color #27C1B5: hue angle of 175.32º 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 #27C1B5 is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 193 | 181 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.24 |
| HSL | 175.32º | 0.66% | 0.45% | - |
| HSV(B) | 175.32º | 0.8% | 0.76% | - |
| XYZ | 28.25 | 41.91 | 50.32 | - |
| YUV | 145.59 | 147.98 | 51.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 193 | 181 | 0.80 | 0 | 0.06 | 0.24 | 175.32 | 0.66 | 0.45 |
| Hex | 27 | C1 | B5 | 50 | 0 | 6 | 18 | AF | 42 | 2D |
| Octal | 47 | 301 | 265 | 120 | 0 | 6 | 30 | 257 | 102 | 55 |
| Binary | 100111 | 11000001 | 10110101 | 1010000 | 0 | 110 | 11000 | 10101111 | 1000010 | 101101 |
Color Harmonies of #27C1B5
Complementary color
Monochromatic Colors of #27C1B5
Black with #27C1B5
Text Example
Text Example
White with #27C1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C1B5; }
p { color: rgb(39,193,181); }
H1.HeaderClassName
{
color: #27C1B5;
}
.AnyTagClassName
{
color: #27C1B5;
}
</style>
background-color css
<style>
a { background-color: #27C1B5; }
a { background-color: rgb(39,193,181); }
div.DivClassName
{
background-color: #27C1B5;
}
.BgClassName
{
background-color: #27C1B5;
}
</style>
border-color css
<style>
span { border-color: #27C1B5; }
span { border-color: rgb(39,193,181); }
td.TdClassName
{
border-color: #27C1B5;
}
.TagClassName
{
border-color: #27C1B5;
}
</style>