Shades of Light Sea Green #27BBC6
Tints of Light Sea Green #27BBC6
RGB
CMYK
RGB Variations
Color information
#27BBC6 (or 0x27BBC6) is known color: Light Sea Green. HEX triplet: 27, BB and C6. RGB value is (39,187,198). Sum of RGB (Red+Green+Blue) = 39+187+198=424 (56% of max value = 765). Red value is 39 (15.62% from 255 or 9.20% from 424); Green value is 187 (73.44% from 255 or 44.10% from 424); Blue value is 198 (77.73% from 255 or 46.70% from 424); Max value from RGB is 198 - color contains mainly: blue. Hex color #27BBC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BBC6 is #D84439. Grayscale: #8F8F8F. Windows color (decimal): -14173242 or 13024039. OLE color: 13024039.
HSL color Cylindrical-coordinate representation of color #27BBC6: hue angle of 184.15º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BBC6 is Cyan = 0.80, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 39 | 187 | 198 | - |
| CMYK | 0.80 | 0.06 | 0 | 0.22 |
| HSL | 184.15º | 0.67% | 0.46% | - |
| HSV(B) | 184.15º | 0.8% | 0.78% | - |
| XYZ | 28.8 | 40.05 | 59.64 | - |
| YUV | 144 | 158.47 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 187 | 198 | 0.80 | 0.06 | 0 | 0.22 | 184.15 | 0.67 | 0.46 |
| Hex | 27 | BB | C6 | 50 | 6 | 0 | 16 | B8 | 43 | 2E |
| Octal | 47 | 273 | 306 | 120 | 6 | 0 | 26 | 270 | 103 | 56 |
| Binary | 100111 | 10111011 | 11000110 | 1010000 | 110 | 0 | 10110 | 10111000 | 1000011 | 101110 |
Color Harmonies of #27BBC6
Complementary color
Monochromatic Colors of #27BBC6
Black with #27BBC6
Text Example
Text Example
White with #27BBC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BBC6; }
p { color: rgb(39,187,198); }
H1.HeaderClassName
{
color: #27BBC6;
}
.AnyTagClassName
{
color: #27BBC6;
}
</style>
background-color css
<style>
a { background-color: #27BBC6; }
a { background-color: rgb(39,187,198); }
div.DivClassName
{
background-color: #27BBC6;
}
.BgClassName
{
background-color: #27BBC6;
}
</style>
border-color css
<style>
span { border-color: #27BBC6; }
span { border-color: rgb(39,187,198); }
td.TdClassName
{
border-color: #27BBC6;
}
.TagClassName
{
border-color: #27BBC6;
}
</style>