Shades of Light Sea Green #27BBA2
Tints of Light Sea Green #27BBA2
RGB
CMYK
RGB Variations
Color information
#27BBA2 (or 0x27BBA2) is known color: Light Sea Green. HEX triplet: 27, BB and A2. RGB value is (39,187,162). Sum of RGB (Red+Green+Blue) = 39+187+162=388 (51% of max value = 765). Red value is 39 (15.62% from 255 or 10.05% from 388); Green value is 187 (73.44% from 255 or 48.20% from 388); Blue value is 162 (63.67% from 255 or 41.75% from 388); Max value from RGB is 187 - color contains mainly: green. Hex color #27BBA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #27BBA2 is #D8445D. Grayscale: #8B8B8B. Windows color (decimal): -14173278 or 10664743. OLE color: 10664743.
HSL color Cylindrical-coordinate representation of color #27BBA2: hue angle of 169.86º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #27BBA2 is Cyan = 0.79, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 39 | 187 | 162 | - |
| CMYK | 0.79 | 0 | 0.13 | 0.27 |
| HSL | 169.86º | 0.65% | 0.44% | - |
| HSV(B) | 169.86º | 0.79% | 0.73% | - |
| XYZ | 25.13 | 38.58 | 40.3 | - |
| YUV | 139.9 | 140.47 | 56.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 187 | 162 | 0.79 | 0 | 0.13 | 0.27 | 169.86 | 0.65 | 0.44 |
| Hex | 27 | BB | A2 | 4F | 0 | D | 1B | AA | 41 | 2C |
| Octal | 47 | 273 | 242 | 117 | 0 | 15 | 33 | 252 | 101 | 54 |
| Binary | 100111 | 10111011 | 10100010 | 1001111 | 0 | 1101 | 11011 | 10101010 | 1000001 | 101100 |
Color Harmonies of #27BBA2
Complementary color
Monochromatic Colors of #27BBA2
Black with #27BBA2
Text Example
Text Example
White with #27BBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BBA2; }
p { color: rgb(39,187,162); }
H1.HeaderClassName
{
color: #27BBA2;
}
.AnyTagClassName
{
color: #27BBA2;
}
</style>
background-color css
<style>
a { background-color: #27BBA2; }
a { background-color: rgb(39,187,162); }
div.DivClassName
{
background-color: #27BBA2;
}
.BgClassName
{
background-color: #27BBA2;
}
</style>
border-color css
<style>
span { border-color: #27BBA2; }
span { border-color: rgb(39,187,162); }
td.TdClassName
{
border-color: #27BBA2;
}
.TagClassName
{
border-color: #27BBA2;
}
</style>