Shades of Light Sea Green #1BAFAA
Tints of Light Sea Green #1BAFAA
RGB
CMYK
RGB Variations
Color information
#1BAFAA (or 0x1BAFAA) is known color: Light Sea Green. HEX triplet: 1B, AF and AA. RGB value is (27,175,170). Sum of RGB (Red+Green+Blue) = 27+175+170=372 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.26% from 372); Green value is 175 (68.75% from 255 or 47.04% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAFAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAFAA is #E45055. Grayscale: #828282. Windows color (decimal): -14962774 or 11185947. OLE color: 11185947.
HSL color Cylindrical-coordinate representation of color #1BAFAA: hue angle of 177.97º 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 #1BAFAA is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 170 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.31 |
| HSL | 177.97º | 0.73% | 0.4% | - |
| HSV(B) | 177.97º | 0.85% | 0.69% | - |
| XYZ | 23.04 | 33.8 | 43.34 | - |
| YUV | 130.18 | 150.47 | 54.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 170 | 0.85 | 0 | 0.03 | 0.31 | 177.97 | 0.73 | 0.4 |
| Hex | 1B | AF | AA | 55 | 0 | 3 | 1F | B2 | 49 | 28 |
| Octal | 33 | 257 | 252 | 125 | 0 | 3 | 37 | 262 | 111 | 50 |
| Binary | 11011 | 10101111 | 10101010 | 1010101 | 0 | 11 | 11111 | 10110010 | 1001001 | 101000 |
Color Harmonies of #1BAFAA
Complementary color
Monochromatic Colors of #1BAFAA
Black with #1BAFAA
Text Example
Text Example
White with #1BAFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFAA; }
p { color: rgb(27,175,170); }
H1.HeaderClassName
{
color: #1BAFAA;
}
.AnyTagClassName
{
color: #1BAFAA;
}
</style>
background-color css
<style>
a { background-color: #1BAFAA; }
a { background-color: rgb(27,175,170); }
div.DivClassName
{
background-color: #1BAFAA;
}
.BgClassName
{
background-color: #1BAFAA;
}
</style>
border-color css
<style>
span { border-color: #1BAFAA; }
span { border-color: rgb(27,175,170); }
td.TdClassName
{
border-color: #1BAFAA;
}
.TagClassName
{
border-color: #1BAFAA;
}
</style>