Shades of Light Sea Green #27BBC5
Tints of Light Sea Green #27BBC5
RGB
CMYK
RGB Variations
Color information
#27BBC5 (or 0x27BBC5) is known color: Light Sea Green. HEX triplet: 27, BB and C5. RGB value is (39,187,197). Sum of RGB (Red+Green+Blue) = 39+187+197=423 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.22% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 197 - color contains mainly: blue. Hex color #27BBC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BBC5 is #D8443A. Grayscale: #8F8F8F. Windows color (decimal): -14173243 or 12958503. OLE color: 12958503.
HSL color Cylindrical-coordinate representation of color #27BBC5: hue angle of 183.8º 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 #27BBC5 is Cyan = 0.80, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 39 | 187 | 197 | - |
| CMYK | 0.80 | 0.05 | 0 | 0.23 |
| HSL | 183.8º | 0.67% | 0.46% | - |
| HSV(B) | 183.8º | 0.8% | 0.77% | - |
| XYZ | 28.69 | 40 | 59.03 | - |
| YUV | 143.89 | 157.97 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 187 | 197 | 0.80 | 0.05 | 0 | 0.23 | 183.8 | 0.67 | 0.46 |
| Hex | 27 | BB | C5 | 50 | 5 | 0 | 17 | B8 | 43 | 2E |
| Octal | 47 | 273 | 305 | 120 | 5 | 0 | 27 | 270 | 103 | 56 |
| Binary | 100111 | 10111011 | 11000101 | 1010000 | 101 | 0 | 10111 | 10111000 | 1000011 | 101110 |
Color Harmonies of #27BBC5
Complementary color
Monochromatic Colors of #27BBC5
Black with #27BBC5
Text Example
Text Example
White with #27BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BBC5; }
p { color: rgb(39,187,197); }
H1.HeaderClassName
{
color: #27BBC5;
}
.AnyTagClassName
{
color: #27BBC5;
}
</style>
background-color css
<style>
a { background-color: #27BBC5; }
a { background-color: rgb(39,187,197); }
div.DivClassName
{
background-color: #27BBC5;
}
.BgClassName
{
background-color: #27BBC5;
}
</style>
border-color css
<style>
span { border-color: #27BBC5; }
span { border-color: rgb(39,187,197); }
td.TdClassName
{
border-color: #27BBC5;
}
.TagClassName
{
border-color: #27BBC5;
}
</style>