Shades of Light Sea Green #1BAF9B
Tints of Light Sea Green #1BAF9B
RGB
CMYK
RGB Variations
Color information
#1BAF9B (or 0x1BAF9B) is known color: Light Sea Green. HEX triplet: 1B, AF and 9B. RGB value is (27,175,155). Sum of RGB (Red+Green+Blue) = 27+175+155=357 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.56% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAF9B is #E45064. Grayscale: #808080. Windows color (decimal): -14962789 or 10202907. OLE color: 10202907.
HSL color Cylindrical-coordinate representation of color #1BAF9B: hue angle of 171.89º 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 #1BAF9B is Cyan = 0.85, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 155 | - |
| CMYK | 0.85 | 0 | 0.11 | 0.31 |
| HSL | 171.89º | 0.73% | 0.4% | - |
| HSV(B) | 171.89º | 0.85% | 0.69% | - |
| XYZ | 21.7 | 33.26 | 36.29 | - |
| YUV | 128.47 | 142.97 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 155 | 0.85 | 0 | 0.11 | 0.31 | 171.89 | 0.73 | 0.4 |
| Hex | 1B | AF | 9B | 55 | 0 | B | 1F | AC | 49 | 28 |
| Octal | 33 | 257 | 233 | 125 | 0 | 13 | 37 | 254 | 111 | 50 |
| Binary | 11011 | 10101111 | 10011011 | 1010101 | 0 | 1011 | 11111 | 10101100 | 1001001 | 101000 |
Color Harmonies of #1BAF9B
Complementary color
Monochromatic Colors of #1BAF9B
Black with #1BAF9B
Text Example
Text Example
White with #1BAF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF9B; }
p { color: rgb(27,175,155); }
H1.HeaderClassName
{
color: #1BAF9B;
}
.AnyTagClassName
{
color: #1BAF9B;
}
</style>
background-color css
<style>
a { background-color: #1BAF9B; }
a { background-color: rgb(27,175,155); }
div.DivClassName
{
background-color: #1BAF9B;
}
.BgClassName
{
background-color: #1BAF9B;
}
</style>
border-color css
<style>
span { border-color: #1BAF9B; }
span { border-color: rgb(27,175,155); }
td.TdClassName
{
border-color: #1BAF9B;
}
.TagClassName
{
border-color: #1BAF9B;
}
</style>