Shades of Light Sea Green #1BAFA0
Tints of Light Sea Green #1BAFA0
RGB
CMYK
RGB Variations
Color information
#1BAFA0 (or 0x1BAFA0) is known color: Light Sea Green. HEX triplet: 1B, AF and A0. RGB value is (27,175,160). Sum of RGB (Red+Green+Blue) = 27+175+160=362 (47% of max value = 765). Red value is 27 (10.94% from 255 or 7.46% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 160 (62.89% from 255 or 44.20% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAFA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAFA0 is #E4505F. Grayscale: #808080. Windows color (decimal): -14962784 or 10530587. OLE color: 10530587.
HSL color Cylindrical-coordinate representation of color #1BAFA0: hue angle of 173.92º 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 #1BAFA0 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 160 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.31 |
| HSL | 173.92º | 0.73% | 0.4% | - |
| HSV(B) | 173.92º | 0.85% | 0.69% | - |
| XYZ | 22.13 | 33.43 | 38.54 | - |
| YUV | 129.04 | 145.47 | 55.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 160 | 0.85 | 0 | 0.09 | 0.31 | 173.92 | 0.73 | 0.4 |
| Hex | 1B | AF | A0 | 55 | 0 | 9 | 1F | AE | 49 | 28 |
| Octal | 33 | 257 | 240 | 125 | 0 | 11 | 37 | 256 | 111 | 50 |
| Binary | 11011 | 10101111 | 10100000 | 1010101 | 0 | 1001 | 11111 | 10101110 | 1001001 | 101000 |
Color Harmonies of #1BAFA0
Complementary color
Monochromatic Colors of #1BAFA0
Black with #1BAFA0
Text Example
Text Example
White with #1BAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFA0; }
p { color: rgb(27,175,160); }
H1.HeaderClassName
{
color: #1BAFA0;
}
.AnyTagClassName
{
color: #1BAFA0;
}
</style>
background-color css
<style>
a { background-color: #1BAFA0; }
a { background-color: rgb(27,175,160); }
div.DivClassName
{
background-color: #1BAFA0;
}
.BgClassName
{
background-color: #1BAFA0;
}
</style>
border-color css
<style>
span { border-color: #1BAFA0; }
span { border-color: rgb(27,175,160); }
td.TdClassName
{
border-color: #1BAFA0;
}
.TagClassName
{
border-color: #1BAFA0;
}
</style>