Shades of Light Sea Green #1BAFAC
Tints of Light Sea Green #1BAFAC
RGB
CMYK
RGB Variations
Color information
#1BAFAC (or 0x1BAFAC) is known color: Light Sea Green. HEX triplet: 1B, AF and AC. RGB value is (27,175,172). Sum of RGB (Red+Green+Blue) = 27+175+172=374 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.22% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAFAC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAFAC is #E45053. Grayscale: #828282. Windows color (decimal): -14962772 or 11317019. OLE color: 11317019.
HSL color Cylindrical-coordinate representation of color #1BAFAC: hue angle of 178.78º 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 #1BAFAC is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 172 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.31 |
| HSL | 178.78º | 0.73% | 0.4% | - |
| HSV(B) | 178.78º | 0.85% | 0.69% | - |
| XYZ | 23.23 | 33.87 | 44.34 | - |
| YUV | 130.41 | 151.47 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 172 | 0.85 | 0 | 0.02 | 0.31 | 178.78 | 0.73 | 0.4 |
| Hex | 1B | AF | AC | 55 | 0 | 2 | 1F | B3 | 49 | 28 |
| Octal | 33 | 257 | 254 | 125 | 0 | 2 | 37 | 263 | 111 | 50 |
| Binary | 11011 | 10101111 | 10101100 | 1010101 | 0 | 10 | 11111 | 10110011 | 1001001 | 101000 |
Color Harmonies of #1BAFAC
Complementary color
Monochromatic Colors of #1BAFAC
Black with #1BAFAC
Text Example
Text Example
White with #1BAFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFAC; }
p { color: rgb(27,175,172); }
H1.HeaderClassName
{
color: #1BAFAC;
}
.AnyTagClassName
{
color: #1BAFAC;
}
</style>
background-color css
<style>
a { background-color: #1BAFAC; }
a { background-color: rgb(27,175,172); }
div.DivClassName
{
background-color: #1BAFAC;
}
.BgClassName
{
background-color: #1BAFAC;
}
</style>
border-color css
<style>
span { border-color: #1BAFAC; }
span { border-color: rgb(27,175,172); }
td.TdClassName
{
border-color: #1BAFAC;
}
.TagClassName
{
border-color: #1BAFAC;
}
</style>