Shades of Light Sea Green #1BA6AD
Tints of Light Sea Green #1BA6AD
RGB
CMYK
RGB Variations
Color information
#1BA6AD (or 0x1BA6AD) is known color: Light Sea Green. HEX triplet: 1B, A6 and AD. RGB value is (27,166,173). Sum of RGB (Red+Green+Blue) = 27+166+173=366 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.38% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 173 (67.97% from 255 or 47.27% from 366); Max value from RGB is 173 - color contains mainly: blue. Hex color #1BA6AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA6AD is #E45952. Grayscale: #7D7D7D. Windows color (decimal): -14965075 or 11380251. OLE color: 11380251.
HSL color Cylindrical-coordinate representation of color #1BA6AD: hue angle of 182.88º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA6AD is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 166 | 173 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.32 |
| HSL | 182.88º | 0.73% | 0.39% | - |
| HSV(B) | 182.88º | 0.84% | 0.68% | - |
| XYZ | 21.63 | 30.52 | 44.29 | - |
| YUV | 125.24 | 154.95 | 57.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 166 | 173 | 0.84 | 0.04 | 0 | 0.32 | 182.88 | 0.73 | 0.39 |
| Hex | 1B | A6 | AD | 54 | 4 | 0 | 20 | B7 | 49 | 27 |
| Octal | 33 | 246 | 255 | 124 | 4 | 0 | 40 | 267 | 111 | 47 |
| Binary | 11011 | 10100110 | 10101101 | 1010100 | 100 | 0 | 100000 | 10110111 | 1001001 | 100111 |
Color Harmonies of #1BA6AD
Complementary color
Monochromatic Colors of #1BA6AD
Black with #1BA6AD
Text Example
Text Example
White with #1BA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA6AD; }
p { color: rgb(27,166,173); }
H1.HeaderClassName
{
color: #1BA6AD;
}
.AnyTagClassName
{
color: #1BA6AD;
}
</style>
background-color css
<style>
a { background-color: #1BA6AD; }
a { background-color: rgb(27,166,173); }
div.DivClassName
{
background-color: #1BA6AD;
}
.BgClassName
{
background-color: #1BA6AD;
}
</style>
border-color css
<style>
span { border-color: #1BA6AD; }
span { border-color: rgb(27,166,173); }
td.TdClassName
{
border-color: #1BA6AD;
}
.TagClassName
{
border-color: #1BA6AD;
}
</style>