Shades of Light Sea Green #1BB4A4
Tints of Light Sea Green #1BB4A4
RGB
CMYK
RGB Variations
Color information
#1BB4A4 (or 0x1BB4A4) is known color: Light Sea Green. HEX triplet: 1B, B4 and A4. RGB value is (27,180,164). Sum of RGB (Red+Green+Blue) = 27+180+164=371 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.28% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 164 (64.45% from 255 or 44.20% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #1BB4A4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BB4A4 is #E44B5B. Grayscale: #848484. Windows color (decimal): -14961500 or 10794011. OLE color: 10794011.
HSL color Cylindrical-coordinate representation of color #1BB4A4: hue angle of 173.73º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BB4A4 is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 27 | 180 | 164 | - |
| CMYK | 0.85 | 0 | 0.09 | 0.29 |
| HSL | 173.73º | 0.74% | 0.41% | - |
| HSV(B) | 173.73º | 0.85% | 0.71% | - |
| XYZ | 23.47 | 35.56 | 40.75 | - |
| YUV | 132.43 | 145.81 | 52.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 180 | 164 | 0.85 | 0 | 0.09 | 0.29 | 173.73 | 0.74 | 0.41 |
| Hex | 1B | B4 | A4 | 55 | 0 | 9 | 1D | AE | 4A | 29 |
| Octal | 33 | 264 | 244 | 125 | 0 | 11 | 35 | 256 | 112 | 51 |
| Binary | 11011 | 10110100 | 10100100 | 1010101 | 0 | 1001 | 11101 | 10101110 | 1001010 | 101001 |
Color Harmonies of #1BB4A4
Complementary color
Monochromatic Colors of #1BB4A4
Black with #1BB4A4
Text Example
Text Example
White with #1BB4A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BB4A4; }
p { color: rgb(27,180,164); }
H1.HeaderClassName
{
color: #1BB4A4;
}
.AnyTagClassName
{
color: #1BB4A4;
}
</style>
background-color css
<style>
a { background-color: #1BB4A4; }
a { background-color: rgb(27,180,164); }
div.DivClassName
{
background-color: #1BB4A4;
}
.BgClassName
{
background-color: #1BB4A4;
}
</style>
border-color css
<style>
span { border-color: #1BB4A4; }
span { border-color: rgb(27,180,164); }
td.TdClassName
{
border-color: #1BB4A4;
}
.TagClassName
{
border-color: #1BB4A4;
}
</style>