Shades of Light Sea Green #27BBC1
Tints of Light Sea Green #27BBC1
RGB
CMYK
RGB Variations
Color information
#27BBC1 (or 0x27BBC1) is known color: Light Sea Green. HEX triplet: 27, BB and C1. RGB value is (39,187,193). Sum of RGB (Red+Green+Blue) = 39+187+193=419 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.31% from 419); Green value is 187 (73.44% from 255 or 44.63% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #27BBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BBC1 is #D8443E. Grayscale: #8F8F8F. Windows color (decimal): -14173247 or 12696359. OLE color: 12696359.
HSL color Cylindrical-coordinate representation of color #27BBC1: hue angle of 182.34º 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 #27BBC1 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 39 | 187 | 193 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.24 |
| HSL | 182.34º | 0.66% | 0.45% | - |
| HSV(B) | 182.34º | 0.8% | 0.76% | - |
| XYZ | 28.23 | 39.82 | 56.65 | - |
| YUV | 143.43 | 155.97 | 53.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 187 | 193 | 0.80 | 0.03 | 0 | 0.24 | 182.34 | 0.66 | 0.45 |
| Hex | 27 | BB | C1 | 50 | 3 | 0 | 18 | B6 | 42 | 2D |
| Octal | 47 | 273 | 301 | 120 | 3 | 0 | 30 | 266 | 102 | 55 |
| Binary | 100111 | 10111011 | 11000001 | 1010000 | 11 | 0 | 11000 | 10110110 | 1000010 | 101101 |
Color Harmonies of #27BBC1
Complementary color
Monochromatic Colors of #27BBC1
Black with #27BBC1
Text Example
Text Example
White with #27BBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BBC1; }
p { color: rgb(39,187,193); }
H1.HeaderClassName
{
color: #27BBC1;
}
.AnyTagClassName
{
color: #27BBC1;
}
</style>
background-color css
<style>
a { background-color: #27BBC1; }
a { background-color: rgb(39,187,193); }
div.DivClassName
{
background-color: #27BBC1;
}
.BgClassName
{
background-color: #27BBC1;
}
</style>
border-color css
<style>
span { border-color: #27BBC1; }
span { border-color: rgb(39,187,193); }
td.TdClassName
{
border-color: #27BBC1;
}
.TagClassName
{
border-color: #27BBC1;
}
</style>