Shades of Light Sea Green #1BAFA2
Tints of Light Sea Green #1BAFA2
RGB
CMYK
RGB Variations
Color information
#1BAFA2 (or 0x1BAFA2) is known color: Light Sea Green. HEX triplet: 1B, AF and A2. RGB value is (27,175,162). Sum of RGB (Red+Green+Blue) = 27+175+162=364 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.42% from 364); Green value is 175 (68.75% from 255 or 48.08% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAFA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAFA2 is #E4505D. Grayscale: #818181. Windows color (decimal): -14962782 or 10661659. OLE color: 10661659.
HSL color Cylindrical-coordinate representation of color #1BAFA2: hue angle of 174.73º 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 #1BAFA2 is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 162 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.31 |
| HSL | 174.73º | 0.73% | 0.4% | - |
| HSV(B) | 174.73º | 0.85% | 0.69% | - |
| XYZ | 22.3 | 33.5 | 39.47 | - |
| YUV | 129.27 | 146.47 | 55.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 162 | 0.85 | 0 | 0.07 | 0.31 | 174.73 | 0.73 | 0.4 |
| Hex | 1B | AF | A2 | 55 | 0 | 7 | 1F | AF | 49 | 28 |
| Octal | 33 | 257 | 242 | 125 | 0 | 7 | 37 | 257 | 111 | 50 |
| Binary | 11011 | 10101111 | 10100010 | 1010101 | 0 | 111 | 11111 | 10101111 | 1001001 | 101000 |
Color Harmonies of #1BAFA2
Complementary color
Monochromatic Colors of #1BAFA2
Black with #1BAFA2
Text Example
Text Example
White with #1BAFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFA2; }
p { color: rgb(27,175,162); }
H1.HeaderClassName
{
color: #1BAFA2;
}
.AnyTagClassName
{
color: #1BAFA2;
}
</style>
background-color css
<style>
a { background-color: #1BAFA2; }
a { background-color: rgb(27,175,162); }
div.DivClassName
{
background-color: #1BAFA2;
}
.BgClassName
{
background-color: #1BAFA2;
}
</style>
border-color css
<style>
span { border-color: #1BAFA2; }
span { border-color: rgb(27,175,162); }
td.TdClassName
{
border-color: #1BAFA2;
}
.TagClassName
{
border-color: #1BAFA2;
}
</style>