Shades of Light Sea Green #1BADA6
Tints of Light Sea Green #1BADA6
RGB
CMYK
RGB Variations
Color information
#1BADA6 (or 0x1BADA6) is known color: Light Sea Green. HEX triplet: 1B, AD and A6. RGB value is (27,173,166). Sum of RGB (Red+Green+Blue) = 27+173+166=366 (48% of max value = 765). Red value is 27 (10.94% from 255 or 7.38% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 166 (65.23% from 255 or 45.36% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #1BADA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BADA6 is #E45259. Grayscale: #808080. Windows color (decimal): -14963290 or 10923291. OLE color: 10923291.
HSL color Cylindrical-coordinate representation of color #1BADA6: hue angle of 177.12º 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 #1BADA6 is Cyan = 0.84, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 173 | 166 | - |
| CMYK | 0.84 | 0 | 0.04 | 0.32 |
| HSL | 177.12º | 0.73% | 0.39% | - |
| HSV(B) | 177.12º | 0.84% | 0.68% | - |
| XYZ | 22.28 | 32.87 | 41.25 | - |
| YUV | 128.55 | 149.13 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 166 | 0.84 | 0 | 0.04 | 0.32 | 177.12 | 0.73 | 0.39 |
| Hex | 1B | AD | A6 | 54 | 0 | 4 | 20 | B1 | 49 | 27 |
| Octal | 33 | 255 | 246 | 124 | 0 | 4 | 40 | 261 | 111 | 47 |
| Binary | 11011 | 10101101 | 10100110 | 1010100 | 0 | 100 | 100000 | 10110001 | 1001001 | 100111 |
Color Harmonies of #1BADA6
Complementary color
Monochromatic Colors of #1BADA6
Black with #1BADA6
Text Example
Text Example
White with #1BADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BADA6; }
p { color: rgb(27,173,166); }
H1.HeaderClassName
{
color: #1BADA6;
}
.AnyTagClassName
{
color: #1BADA6;
}
</style>
background-color css
<style>
a { background-color: #1BADA6; }
a { background-color: rgb(27,173,166); }
div.DivClassName
{
background-color: #1BADA6;
}
.BgClassName
{
background-color: #1BADA6;
}
</style>
border-color css
<style>
span { border-color: #1BADA6; }
span { border-color: rgb(27,173,166); }
td.TdClassName
{
border-color: #1BADA6;
}
.TagClassName
{
border-color: #1BADA6;
}
</style>