Shades of Light Sea Green #1BA3A4
Tints of Light Sea Green #1BA3A4
RGB
CMYK
RGB Variations
Color information
#1BA3A4 (or 0x1BA3A4) is known color: Light Sea Green. HEX triplet: 1B, A3 and A4. RGB value is (27,163,164). Sum of RGB (Red+Green+Blue) = 27+163+164=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 164 - color contains mainly: blue. Hex color #1BA3A4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BA3A4 is #E45C5B. Grayscale: #7A7A7A. Windows color (decimal): -14965852 or 10789659. OLE color: 10789659.
HSL color Cylindrical-coordinate representation of color #1BA3A4: hue angle of 180.44º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1BA3A4 is Cyan = 0.84, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 27 | 163 | 164 | - |
| CMYK | 0.84 | 0.01 | 0 | 0.36 |
| HSL | 180.44º | 0.72% | 0.37% | - |
| HSV(B) | 180.44º | 0.84% | 0.64% | - |
| XYZ | 20.25 | 29.11 | 39.67 | - |
| YUV | 122.45 | 151.44 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 163 | 164 | 0.84 | 0.01 | 0 | 0.36 | 180.44 | 0.72 | 0.37 |
| Hex | 1B | A3 | A4 | 54 | 1 | 0 | 24 | B4 | 48 | 25 |
| Octal | 33 | 243 | 244 | 124 | 1 | 0 | 44 | 264 | 110 | 45 |
| Binary | 11011 | 10100011 | 10100100 | 1010100 | 1 | 0 | 100100 | 10110100 | 1001000 | 100101 |
Color Harmonies of #1BA3A4
Complementary color
Monochromatic Colors of #1BA3A4
Black with #1BA3A4
Text Example
Text Example
White with #1BA3A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BA3A4; }
p { color: rgb(27,163,164); }
H1.HeaderClassName
{
color: #1BA3A4;
}
.AnyTagClassName
{
color: #1BA3A4;
}
</style>
background-color css
<style>
a { background-color: #1BA3A4; }
a { background-color: rgb(27,163,164); }
div.DivClassName
{
background-color: #1BA3A4;
}
.BgClassName
{
background-color: #1BA3A4;
}
</style>
border-color css
<style>
span { border-color: #1BA3A4; }
span { border-color: rgb(27,163,164); }
td.TdClassName
{
border-color: #1BA3A4;
}
.TagClassName
{
border-color: #1BA3A4;
}
</style>