Shades of Light Sea Green #1BA9B5
Tints of Light Sea Green #1BA9B5
RGB
CMYK
RGB Variations
Color information
#1BA9B5 (or 0x1BA9B5) is known color: Light Sea Green. HEX triplet: 1B, A9 and B5. RGB value is (27,169,181). Sum of RGB (Red+Green+Blue) = 27+169+181=377 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.16% from 377); Green value is 169 (66.41% from 255 or 44.83% from 377); Blue value is 181 (71.09% from 255 or 48.01% from 377); Max value from RGB is 181 - color contains mainly: blue. Hex color #1BA9B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BA9B5 is #E4564A. Grayscale: #7F7F7F. Windows color (decimal): -14964299 or 11905307. OLE color: 11905307.
HSL color Cylindrical-coordinate representation of color #1BA9B5: hue angle of 184.68º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BA9B5 is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 169 | 181 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.29 |
| HSL | 184.68º | 0.74% | 0.41% | - |
| HSV(B) | 184.68º | 0.85% | 0.71% | - |
| XYZ | 22.98 | 31.95 | 48.67 | - |
| YUV | 127.91 | 157.96 | 56.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 169 | 181 | 0.85 | 0.07 | 0 | 0.29 | 184.68 | 0.74 | 0.41 |
| Hex | 1B | A9 | B5 | 55 | 7 | 0 | 1D | B9 | 4A | 29 |
| Octal | 33 | 251 | 265 | 125 | 7 | 0 | 35 | 271 | 112 | 51 |
| Binary | 11011 | 10101001 | 10110101 | 1010101 | 111 | 0 | 11101 | 10111001 | 1001010 | 101001 |
Color Harmonies of #1BA9B5
Complementary color
Monochromatic Colors of #1BA9B5
Black with #1BA9B5
Text Example
Text Example
White with #1BA9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA9B5; }
p { color: rgb(27,169,181); }
H1.HeaderClassName
{
color: #1BA9B5;
}
.AnyTagClassName
{
color: #1BA9B5;
}
</style>
background-color css
<style>
a { background-color: #1BA9B5; }
a { background-color: rgb(27,169,181); }
div.DivClassName
{
background-color: #1BA9B5;
}
.BgClassName
{
background-color: #1BA9B5;
}
</style>
border-color css
<style>
span { border-color: #1BA9B5; }
span { border-color: rgb(27,169,181); }
td.TdClassName
{
border-color: #1BA9B5;
}
.TagClassName
{
border-color: #1BA9B5;
}
</style>