Shades of Light Sea Green #27C1C4
Tints of Light Sea Green #27C1C4
RGB
CMYK
RGB Variations
Color information
#27C1C4 (or 0x27C1C4) is known color: Light Sea Green. HEX triplet: 27, C1 and C4. RGB value is (39,193,196). Sum of RGB (Red+Green+Blue) = 39+193+196=428 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.11% from 428); Green value is 193 (75.78% from 255 or 45.09% from 428); Blue value is 196 (76.95% from 255 or 45.79% from 428); Max value from RGB is 196 - color contains mainly: blue. Hex color #27C1C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27C1C4 is #D83E3B. Grayscale: #939393. Windows color (decimal): -14171708 or 12894503. OLE color: 12894503.
HSL color Cylindrical-coordinate representation of color #27C1C4: hue angle of 181.15º 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 #27C1C4 is Cyan = 0.80, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 193 | 196 | - |
| CMYK | 0.80 | 0.02 | 0 | 0.23 |
| HSL | 181.15º | 0.67% | 0.46% | - |
| HSV(B) | 181.15º | 0.8% | 0.77% | - |
| XYZ | 29.87 | 42.56 | 58.86 | - |
| YUV | 147.3 | 155.48 | 50.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 193 | 196 | 0.80 | 0.02 | 0 | 0.23 | 181.15 | 0.67 | 0.46 |
| Hex | 27 | C1 | C4 | 50 | 2 | 0 | 17 | B5 | 43 | 2E |
| Octal | 47 | 301 | 304 | 120 | 2 | 0 | 27 | 265 | 103 | 56 |
| Binary | 100111 | 11000001 | 11000100 | 1010000 | 10 | 0 | 10111 | 10110101 | 1000011 | 101110 |
Color Harmonies of #27C1C4
Complementary color
Monochromatic Colors of #27C1C4
Black with #27C1C4
Text Example
Text Example
White with #27C1C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27C1C4; }
p { color: rgb(39,193,196); }
H1.HeaderClassName
{
color: #27C1C4;
}
.AnyTagClassName
{
color: #27C1C4;
}
</style>
background-color css
<style>
a { background-color: #27C1C4; }
a { background-color: rgb(39,193,196); }
div.DivClassName
{
background-color: #27C1C4;
}
.BgClassName
{
background-color: #27C1C4;
}
</style>
border-color css
<style>
span { border-color: #27C1C4; }
span { border-color: rgb(39,193,196); }
td.TdClassName
{
border-color: #27C1C4;
}
.TagClassName
{
border-color: #27C1C4;
}
</style>