Shades of Light Sea Green #1BBAB7
Tints of Light Sea Green #1BBAB7
RGB
CMYK
RGB Variations
Color information
#1BBAB7 (or 0x1BBAB7) is known color: Light Sea Green. HEX triplet: 1B, BA and B7. RGB value is (27,186,183). Sum of RGB (Red+Green+Blue) = 27+186+183=396 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.82% from 396); Green value is 186 (73.05% from 255 or 46.97% from 396); Blue value is 183 (71.88% from 255 or 46.21% from 396); Max value from RGB is 186 - color contains mainly: green. Hex color #1BBAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBAB7 is #E44548. Grayscale: #898989. Windows color (decimal): -14959945 or 12040731. OLE color: 12040731.
HSL color Cylindrical-coordinate representation of color #1BBAB7: hue angle of 178.87º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BBAB7 is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 186 | 183 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.27 |
| HSL | 178.87º | 0.75% | 0.42% | - |
| HSV(B) | 178.87º | 0.85% | 0.73% | - |
| XYZ | 26.56 | 38.77 | 50.88 | - |
| YUV | 138.12 | 153.32 | 48.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 186 | 183 | 0.85 | 0 | 0.02 | 0.27 | 178.87 | 0.75 | 0.42 |
| Hex | 1B | BA | B7 | 55 | 0 | 2 | 1B | B3 | 4B | 2A |
| Octal | 33 | 272 | 267 | 125 | 0 | 2 | 33 | 263 | 113 | 52 |
| Binary | 11011 | 10111010 | 10110111 | 1010101 | 0 | 10 | 11011 | 10110011 | 1001011 | 101010 |
Color Harmonies of #1BBAB7
Complementary color
Monochromatic Colors of #1BBAB7
Black with #1BBAB7
Text Example
Text Example
White with #1BBAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBAB7; }
p { color: rgb(27,186,183); }
H1.HeaderClassName
{
color: #1BBAB7;
}
.AnyTagClassName
{
color: #1BBAB7;
}
</style>
background-color css
<style>
a { background-color: #1BBAB7; }
a { background-color: rgb(27,186,183); }
div.DivClassName
{
background-color: #1BBAB7;
}
.BgClassName
{
background-color: #1BBAB7;
}
</style>
border-color css
<style>
span { border-color: #1BBAB7; }
span { border-color: rgb(27,186,183); }
td.TdClassName
{
border-color: #1BBAB7;
}
.TagClassName
{
border-color: #1BBAB7;
}
</style>