Shades of Light Sea Green #1BAF9F
Tints of Light Sea Green #1BAF9F
RGB
CMYK
RGB Variations
Color information
#1BAF9F (or 0x1BAF9F) is known color: Light Sea Green. HEX triplet: 1B, AF and 9F. RGB value is (27,175,159). Sum of RGB (Red+Green+Blue) = 27+175+159=361 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.48% from 361); Green value is 175 (68.75% from 255 or 48.48% from 361); Blue value is 159 (62.5% from 255 or 44.04% from 361); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF9F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAF9F is #E45060. Grayscale: #808080. Windows color (decimal): -14962785 or 10465051. OLE color: 10465051.
HSL color Cylindrical-coordinate representation of color #1BAF9F: hue angle of 173.51º 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 #1BAF9F is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 159 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.31 |
| HSL | 173.51º | 0.73% | 0.4% | - |
| HSV(B) | 173.51º | 0.85% | 0.69% | - |
| XYZ | 22.04 | 33.4 | 38.09 | - |
| YUV | 128.92 | 144.97 | 55.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 159 | 0.85 | 0 | 0.09 | 0.31 | 173.51 | 0.73 | 0.4 |
| Hex | 1B | AF | 9F | 55 | 0 | 9 | 1F | AE | 49 | 28 |
| Octal | 33 | 257 | 237 | 125 | 0 | 11 | 37 | 256 | 111 | 50 |
| Binary | 11011 | 10101111 | 10011111 | 1010101 | 0 | 1001 | 11111 | 10101110 | 1001001 | 101000 |
Color Harmonies of #1BAF9F
Complementary color
Monochromatic Colors of #1BAF9F
Black with #1BAF9F
Text Example
Text Example
White with #1BAF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF9F; }
p { color: rgb(27,175,159); }
H1.HeaderClassName
{
color: #1BAF9F;
}
.AnyTagClassName
{
color: #1BAF9F;
}
</style>
background-color css
<style>
a { background-color: #1BAF9F; }
a { background-color: rgb(27,175,159); }
div.DivClassName
{
background-color: #1BAF9F;
}
.BgClassName
{
background-color: #1BAF9F;
}
</style>
border-color css
<style>
span { border-color: #1BAF9F; }
span { border-color: rgb(27,175,159); }
td.TdClassName
{
border-color: #1BAF9F;
}
.TagClassName
{
border-color: #1BAF9F;
}
</style>