Shades of Light Sea Green #27BFBF
Tints of Light Sea Green #27BFBF
RGB
CMYK
RGB Variations
Color information
#27BFBF (or 0x27BFBF) is known color: Light Sea Green. HEX triplet: 27, BF and BF. RGB value is (39,191,191). Sum of RGB (Red+Green+Blue) = 39+191+191=421 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.26% from 421); Green value is 191 (75% from 255 or 45.37% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: green, blue. Hex color #27BFBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BFBF is #D84040. Grayscale: #919191. Windows color (decimal): -14172225 or 12566311. OLE color: 12566311.
HSL color Cylindrical-coordinate representation of color #27BFBF: hue angle of 180º 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 #27BFBF is Cyan = 0.80, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 191 | 191 | - |
| CMYK | 0.80 | 0 | 0 | 0.25 |
| HSL | 180º | 0.66% | 0.45% | - |
| HSV(B) | 180º | 0.8% | 0.75% | - |
| XYZ | 28.87 | 41.45 | 55.77 | - |
| YUV | 145.55 | 153.64 | 52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 191 | 191 | 0.80 | 0 | 0 | 0.25 | 180 | 0.66 | 0.45 |
| Hex | 27 | BF | BF | 50 | 0 | 0 | 19 | B4 | 42 | 2D |
| Octal | 47 | 277 | 277 | 120 | 0 | 0 | 31 | 264 | 102 | 55 |
| Binary | 100111 | 10111111 | 10111111 | 1010000 | 0 | 0 | 11001 | 10110100 | 1000010 | 101101 |
Color Harmonies of #27BFBF
Complementary color
Monochromatic Colors of #27BFBF
Black with #27BFBF
Text Example
Text Example
White with #27BFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BFBF; }
p { color: rgb(39,191,191); }
H1.HeaderClassName
{
color: #27BFBF;
}
.AnyTagClassName
{
color: #27BFBF;
}
</style>
background-color css
<style>
a { background-color: #27BFBF; }
a { background-color: rgb(39,191,191); }
div.DivClassName
{
background-color: #27BFBF;
}
.BgClassName
{
background-color: #27BFBF;
}
</style>
border-color css
<style>
span { border-color: #27BFBF; }
span { border-color: rgb(39,191,191); }
td.TdClassName
{
border-color: #27BFBF;
}
.TagClassName
{
border-color: #27BFBF;
}
</style>