Shades of Light Sea Green #1BAF99
Tints of Light Sea Green #1BAF99
RGB
CMYK
RGB Variations
Color information
#1BAF99 (or 0x1BAF99) is known color: Light Sea Green. HEX triplet: 1B, AF and 99. RGB value is (27,175,153). Sum of RGB (Red+Green+Blue) = 27+175+153=355 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.61% from 355); Green value is 175 (68.75% from 255 or 49.30% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAF99 is #E45066. Grayscale: #808080. Windows color (decimal): -14962791 or 10071835. OLE color: 10071835.
HSL color Cylindrical-coordinate representation of color #1BAF99: hue angle of 171.08º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF99 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 153 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.31 |
| HSL | 171.08º | 0.73% | 0.4% | - |
| HSV(B) | 171.08º | 0.85% | 0.69% | - |
| XYZ | 21.53 | 33.19 | 35.41 | - |
| YUV | 128.24 | 141.97 | 55.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 153 | 0.85 | 0 | 0.13 | 0.31 | 171.08 | 0.73 | 0.4 |
| Hex | 1B | AF | 99 | 55 | 0 | D | 1F | AB | 49 | 28 |
| Octal | 33 | 257 | 231 | 125 | 0 | 15 | 37 | 253 | 111 | 50 |
| Binary | 11011 | 10101111 | 10011001 | 1010101 | 0 | 1101 | 11111 | 10101011 | 1001001 | 101000 |
Color Harmonies of #1BAF99
Complementary color
Monochromatic Colors of #1BAF99
Black with #1BAF99
Text Example
Text Example
White with #1BAF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF99; }
p { color: rgb(27,175,153); }
H1.HeaderClassName
{
color: #1BAF99;
}
.AnyTagClassName
{
color: #1BAF99;
}
</style>
background-color css
<style>
a { background-color: #1BAF99; }
a { background-color: rgb(27,175,153); }
div.DivClassName
{
background-color: #1BAF99;
}
.BgClassName
{
background-color: #1BAF99;
}
</style>
border-color css
<style>
span { border-color: #1BAF99; }
span { border-color: rgb(27,175,153); }
td.TdClassName
{
border-color: #1BAF99;
}
.TagClassName
{
border-color: #1BAF99;
}
</style>