Shades of Light Sea Green #1BCAAA
Tints of Light Sea Green #1BCAAA
RGB
CMYK
RGB Variations
Color information
#1BCAAA (or 0x1BCAAA) is known color: Light Sea Green. HEX triplet: 1B, CA and AA. RGB value is (27,202,170). Sum of RGB (Red+Green+Blue) = 27+202+170=399 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.77% from 399); Green value is 202 (79.30% from 255 or 50.63% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCAAA is #E43555. Grayscale: #919191. Windows color (decimal): -14955862 or 11192859. OLE color: 11192859.
HSL color Cylindrical-coordinate representation of color #1BCAAA: hue angle of 169.03º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCAAA is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 170 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.21 |
| HSL | 169.03º | 0.76% | 0.45% | - |
| HSV(B) | 169.03º | 0.87% | 0.79% | - |
| XYZ | 28.83 | 45.38 | 45.27 | - |
| YUV | 146.03 | 141.52 | 43.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 170 | 0.87 | 0 | 0.16 | 0.21 | 169.03 | 0.76 | 0.45 |
| Hex | 1B | CA | AA | 57 | 0 | 10 | 15 | A9 | 4C | 2D |
| Octal | 33 | 312 | 252 | 127 | 0 | 20 | 25 | 251 | 114 | 55 |
| Binary | 11011 | 11001010 | 10101010 | 1010111 | 0 | 10000 | 10101 | 10101001 | 1001100 | 101101 |
Color Harmonies of #1BCAAA
Complementary color
Monochromatic Colors of #1BCAAA
Black with #1BCAAA
Text Example
Text Example
White with #1BCAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCAAA; }
p { color: rgb(27,202,170); }
H1.HeaderClassName
{
color: #1BCAAA;
}
.AnyTagClassName
{
color: #1BCAAA;
}
</style>
background-color css
<style>
a { background-color: #1BCAAA; }
a { background-color: rgb(27,202,170); }
div.DivClassName
{
background-color: #1BCAAA;
}
.BgClassName
{
background-color: #1BCAAA;
}
</style>
border-color css
<style>
span { border-color: #1BCAAA; }
span { border-color: rgb(27,202,170); }
td.TdClassName
{
border-color: #1BCAAA;
}
.TagClassName
{
border-color: #1BCAAA;
}
</style>