Shades of Light Sea Green #1BACB7
Tints of Light Sea Green #1BACB7
RGB
CMYK
RGB Variations
Color information
#1BACB7 (or 0x1BACB7) is known color: Light Sea Green. HEX triplet: 1B, AC and B7. RGB value is (27,172,183). Sum of RGB (Red+Green+Blue) = 27+172+183=382 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.07% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 183 (71.88% from 255 or 47.91% from 382); Max value from RGB is 183 - color contains mainly: blue. Hex color #1BACB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1BACB7 is #E45348. Grayscale: #818181. Windows color (decimal): -14963529 or 12037147. OLE color: 12037147.
HSL color Cylindrical-coordinate representation of color #1BACB7: hue angle of 184.23º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BACB7 is Cyan = 0.85, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 27 | 172 | 183 | - |
| CMYK | 0.85 | 0.06 | 0 | 0.28 |
| HSL | 184.23º | 0.74% | 0.41% | - |
| HSV(B) | 184.23º | 0.85% | 0.72% | - |
| XYZ | 23.75 | 33.16 | 49.95 | - |
| YUV | 129.9 | 157.96 | 54.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 172 | 183 | 0.85 | 0.06 | 0 | 0.28 | 184.23 | 0.74 | 0.41 |
| Hex | 1B | AC | B7 | 55 | 6 | 0 | 1C | B8 | 4A | 29 |
| Octal | 33 | 254 | 267 | 125 | 6 | 0 | 34 | 270 | 112 | 51 |
| Binary | 11011 | 10101100 | 10110111 | 1010101 | 110 | 0 | 11100 | 10111000 | 1001010 | 101001 |
Color Harmonies of #1BACB7
Complementary color
Monochromatic Colors of #1BACB7
Black with #1BACB7
Text Example
Text Example
White with #1BACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BACB7; }
p { color: rgb(27,172,183); }
H1.HeaderClassName
{
color: #1BACB7;
}
.AnyTagClassName
{
color: #1BACB7;
}
</style>
background-color css
<style>
a { background-color: #1BACB7; }
a { background-color: rgb(27,172,183); }
div.DivClassName
{
background-color: #1BACB7;
}
.BgClassName
{
background-color: #1BACB7;
}
</style>
border-color css
<style>
span { border-color: #1BACB7; }
span { border-color: rgb(27,172,183); }
td.TdClassName
{
border-color: #1BACB7;
}
.TagClassName
{
border-color: #1BACB7;
}
</style>