Shades of Light Sea Green #1BADAA
Tints of Light Sea Green #1BADAA
RGB
CMYK
RGB Variations
Color information
#1BADAA (or 0x1BADAA) is known color: Light Sea Green. HEX triplet: 1B, AD and AA. RGB value is (27,173,170). Sum of RGB (Red+Green+Blue) = 27+173+170=370 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.30% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #1BADAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BADAA is #E45255. Grayscale: #808080. Windows color (decimal): -14963286 or 11185435. OLE color: 11185435.
HSL color Cylindrical-coordinate representation of color #1BADAA: hue angle of 178.77º 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 #1BADAA is Cyan = 0.84, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 27 | 173 | 170 | - |
| CMYK | 0.84 | 0 | 0.02 | 0.32 |
| HSL | 178.77º | 0.73% | 0.39% | - |
| HSV(B) | 178.77º | 0.84% | 0.68% | - |
| XYZ | 22.65 | 33.02 | 43.21 | - |
| YUV | 129 | 151.13 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 173 | 170 | 0.84 | 0 | 0.02 | 0.32 | 178.77 | 0.73 | 0.39 |
| Hex | 1B | AD | AA | 54 | 0 | 2 | 20 | B3 | 49 | 27 |
| Octal | 33 | 255 | 252 | 124 | 0 | 2 | 40 | 263 | 111 | 47 |
| Binary | 11011 | 10101101 | 10101010 | 1010100 | 0 | 10 | 100000 | 10110011 | 1001001 | 100111 |
Color Harmonies of #1BADAA
Complementary color
Monochromatic Colors of #1BADAA
Black with #1BADAA
Text Example
Text Example
White with #1BADAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BADAA; }
p { color: rgb(27,173,170); }
H1.HeaderClassName
{
color: #1BADAA;
}
.AnyTagClassName
{
color: #1BADAA;
}
</style>
background-color css
<style>
a { background-color: #1BADAA; }
a { background-color: rgb(27,173,170); }
div.DivClassName
{
background-color: #1BADAA;
}
.BgClassName
{
background-color: #1BADAA;
}
</style>
border-color css
<style>
span { border-color: #1BADAA; }
span { border-color: rgb(27,173,170); }
td.TdClassName
{
border-color: #1BADAA;
}
.TagClassName
{
border-color: #1BADAA;
}
</style>