Shades of Light Sea Green #1BADB9
Tints of Light Sea Green #1BADB9
RGB
CMYK
RGB Variations
Color information
#1BADB9 (or 0x1BADB9) is known color: Light Sea Green. HEX triplet: 1B, AD and B9. RGB value is (27,173,185). Sum of RGB (Red+Green+Blue) = 27+173+185=385 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.01% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 185 (72.66% from 255 or 48.05% from 385); Max value from RGB is 185 - color contains mainly: blue. Hex color #1BADB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BADB9 is #E45246. Grayscale: #828282. Windows color (decimal): -14963271 or 12168475. OLE color: 12168475.
HSL color Cylindrical-coordinate representation of color #1BADB9: hue angle of 184.56º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BADB9 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 27 | 173 | 185 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.27 |
| HSL | 184.56º | 0.75% | 0.42% | - |
| HSV(B) | 184.56º | 0.85% | 0.73% | - |
| XYZ | 24.15 | 33.62 | 51.12 | - |
| YUV | 130.71 | 158.63 | 54.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 185 | 0.85 | 0.06 | 0 | 0.27 | 184.56 | 0.75 | 0.42 |
| Hex | 1B | AD | B9 | 55 | 6 | 0 | 1B | B9 | 4B | 2A |
| Octal | 33 | 255 | 271 | 125 | 6 | 0 | 33 | 271 | 113 | 52 |
| Binary | 11011 | 10101101 | 10111001 | 1010101 | 110 | 0 | 11011 | 10111001 | 1001011 | 101010 |
Color Harmonies of #1BADB9
Complementary color
Monochromatic Colors of #1BADB9
Black with #1BADB9
Text Example
Text Example
White with #1BADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BADB9; }
p { color: rgb(27,173,185); }
H1.HeaderClassName
{
color: #1BADB9;
}
.AnyTagClassName
{
color: #1BADB9;
}
</style>
background-color css
<style>
a { background-color: #1BADB9; }
a { background-color: rgb(27,173,185); }
div.DivClassName
{
background-color: #1BADB9;
}
.BgClassName
{
background-color: #1BADB9;
}
</style>
border-color css
<style>
span { border-color: #1BADB9; }
span { border-color: rgb(27,173,185); }
td.TdClassName
{
border-color: #1BADB9;
}
.TagClassName
{
border-color: #1BADB9;
}
</style>