Shades of Light Sea Green #27BBC0
Tints of Light Sea Green #27BBC0
RGB
CMYK
RGB Variations
Color information
#27BBC0 (or 0x27BBC0) is known color: Light Sea Green. HEX triplet: 27, BB and C0. RGB value is (39,187,192). Sum of RGB (Red+Green+Blue) = 39+187+192=418 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.33% from 418); Green value is 187 (73.44% from 255 or 44.74% from 418); Blue value is 192 (75.39% from 255 or 45.93% from 418); Max value from RGB is 192 - color contains mainly: blue. Hex color #27BBC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BBC0 is #D8443F. Grayscale: #8F8F8F. Windows color (decimal): -14173248 or 12630823. OLE color: 12630823.
HSL color Cylindrical-coordinate representation of color #27BBC0: hue angle of 181.96º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BBC0 is Cyan = 0.80, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 187 | 192 | - |
| CMYK | 0.80 | 0.03 | 0 | 0.25 |
| HSL | 181.96º | 0.66% | 0.45% | - |
| HSV(B) | 181.96º | 0.8% | 0.75% | - |
| XYZ | 28.12 | 39.78 | 56.06 | - |
| YUV | 143.32 | 155.47 | 53.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 187 | 192 | 0.80 | 0.03 | 0 | 0.25 | 181.96 | 0.66 | 0.45 |
| Hex | 27 | BB | C0 | 50 | 3 | 0 | 19 | B6 | 42 | 2D |
| Octal | 47 | 273 | 300 | 120 | 3 | 0 | 31 | 266 | 102 | 55 |
| Binary | 100111 | 10111011 | 11000000 | 1010000 | 11 | 0 | 11001 | 10110110 | 1000010 | 101101 |
Color Harmonies of #27BBC0
Complementary color
Monochromatic Colors of #27BBC0
Black with #27BBC0
Text Example
Text Example
White with #27BBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BBC0; }
p { color: rgb(39,187,192); }
H1.HeaderClassName
{
color: #27BBC0;
}
.AnyTagClassName
{
color: #27BBC0;
}
</style>
background-color css
<style>
a { background-color: #27BBC0; }
a { background-color: rgb(39,187,192); }
div.DivClassName
{
background-color: #27BBC0;
}
.BgClassName
{
background-color: #27BBC0;
}
</style>
border-color css
<style>
span { border-color: #27BBC0; }
span { border-color: rgb(39,187,192); }
td.TdClassName
{
border-color: #27BBC0;
}
.TagClassName
{
border-color: #27BBC0;
}
</style>