Shades of Light Sea Green #27BDBD
Tints of Light Sea Green #27BDBD
RGB
CMYK
RGB Variations
Color information
#27BDBD (or 0x27BDBD) is known color: Light Sea Green. HEX triplet: 27, BD and BD. RGB value is (39,189,189). Sum of RGB (Red+Green+Blue) = 39+189+189=417 (55% of max value = 765). Red value is 39 (15.62% from 255 or 9.35% from 417); Green value is 189 (74.22% from 255 or 45.32% from 417); Blue value is 189 (74.22% from 255 or 45.32% from 417); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #27BDBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #27BDBD is #D84242. Grayscale: #909090. Windows color (decimal): -14172739 or 12434727. OLE color: 12434727.
HSL color Cylindrical-coordinate representation of color #27BDBD: hue angle of 180º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BDBD is Cyan = 0.79, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 39 | 189 | 189 | - |
| CMYK | 0.79 | 0 | 0 | 0.26 |
| HSL | 180º | 0.66% | 0.45% | - |
| HSV(B) | 180º | 0.79% | 0.74% | - |
| XYZ | 28.22 | 40.5 | 54.47 | - |
| YUV | 144.15 | 153.31 | 53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 189 | 189 | 0.79 | 0 | 0 | 0.26 | 180 | 0.66 | 0.45 |
| Hex | 27 | BD | BD | 4F | 0 | 0 | 1A | B4 | 42 | 2D |
| Octal | 47 | 275 | 275 | 117 | 0 | 0 | 32 | 264 | 102 | 55 |
| Binary | 100111 | 10111101 | 10111101 | 1001111 | 0 | 0 | 11010 | 10110100 | 1000010 | 101101 |
Color Harmonies of #27BDBD
Complementary color
Monochromatic Colors of #27BDBD
Black with #27BDBD
Text Example
Text Example
White with #27BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BDBD; }
p { color: rgb(39,189,189); }
H1.HeaderClassName
{
color: #27BDBD;
}
.AnyTagClassName
{
color: #27BDBD;
}
</style>
background-color css
<style>
a { background-color: #27BDBD; }
a { background-color: rgb(39,189,189); }
div.DivClassName
{
background-color: #27BDBD;
}
.BgClassName
{
background-color: #27BDBD;
}
</style>
border-color css
<style>
span { border-color: #27BDBD; }
span { border-color: rgb(39,189,189); }
td.TdClassName
{
border-color: #27BDBD;
}
.TagClassName
{
border-color: #27BDBD;
}
</style>