Shades of Light Sea Green #1BAFA1
Tints of Light Sea Green #1BAFA1
RGB
CMYK
RGB Variations
Color information
#1BAFA1 (or 0x1BAFA1) is known color: Light Sea Green. HEX triplet: 1B, AF and A1. RGB value is (27,175,161). Sum of RGB (Red+Green+Blue) = 27+175+161=363 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.44% from 363); Green value is 175 (68.75% from 255 or 48.21% from 363); Blue value is 161 (63.28% from 255 or 44.35% from 363); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAFA1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAFA1 is #E4505E. Grayscale: #818181. Windows color (decimal): -14962783 or 10596123. OLE color: 10596123.
HSL color Cylindrical-coordinate representation of color #1BAFA1: hue angle of 174.32º 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 #1BAFA1 is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 161 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.31 |
| HSL | 174.32º | 0.73% | 0.4% | - |
| HSV(B) | 174.32º | 0.85% | 0.69% | - |
| XYZ | 22.21 | 33.47 | 39.01 | - |
| YUV | 129.15 | 145.97 | 55.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 161 | 0.85 | 0 | 0.08 | 0.31 | 174.32 | 0.73 | 0.4 |
| Hex | 1B | AF | A1 | 55 | 0 | 8 | 1F | AE | 49 | 28 |
| Octal | 33 | 257 | 241 | 125 | 0 | 10 | 37 | 256 | 111 | 50 |
| Binary | 11011 | 10101111 | 10100001 | 1010101 | 0 | 1000 | 11111 | 10101110 | 1001001 | 101000 |
Color Harmonies of #1BAFA1
Complementary color
Monochromatic Colors of #1BAFA1
Black with #1BAFA1
Text Example
Text Example
White with #1BAFA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFA1; }
p { color: rgb(27,175,161); }
H1.HeaderClassName
{
color: #1BAFA1;
}
.AnyTagClassName
{
color: #1BAFA1;
}
</style>
background-color css
<style>
a { background-color: #1BAFA1; }
a { background-color: rgb(27,175,161); }
div.DivClassName
{
background-color: #1BAFA1;
}
.BgClassName
{
background-color: #1BAFA1;
}
</style>
border-color css
<style>
span { border-color: #1BAFA1; }
span { border-color: rgb(27,175,161); }
td.TdClassName
{
border-color: #1BAFA1;
}
.TagClassName
{
border-color: #1BAFA1;
}
</style>