Shades of Light Sea Green #1AB2BC
Tints of Light Sea Green #1AB2BC
RGB
CMYK
RGB Variations
Color information
#1AB2BC (or 0x1AB2BC) is known color: Light Sea Green. HEX triplet: 1A, B2 and BC. RGB value is (26,178,188). Sum of RGB (Red+Green+Blue) = 26+178+188=392 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.63% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #1AB2BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB2BC is #E54D43. Grayscale: #858585. Windows color (decimal): -15027524 or 12366362. OLE color: 12366362.
HSL color Cylindrical-coordinate representation of color #1AB2BC: hue angle of 183.7º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB2BC is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 178 | 188 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.26 |
| HSL | 183.7º | 0.76% | 0.42% | - |
| HSV(B) | 183.7º | 0.86% | 0.74% | - |
| XYZ | 25.42 | 35.69 | 53.13 | - |
| YUV | 133.69 | 158.64 | 51.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 188 | 0.86 | 0.05 | 0 | 0.26 | 183.7 | 0.76 | 0.42 |
| Hex | 1A | B2 | BC | 56 | 5 | 0 | 1A | B8 | 4C | 2A |
| Octal | 32 | 262 | 274 | 126 | 5 | 0 | 32 | 270 | 114 | 52 |
| Binary | 11010 | 10110010 | 10111100 | 1010110 | 101 | 0 | 11010 | 10111000 | 1001100 | 101010 |
Color Harmonies of #1AB2BC
Complementary color
Monochromatic Colors of #1AB2BC
Black with #1AB2BC
Text Example
Text Example
White with #1AB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB2BC; }
p { color: rgb(26,178,188); }
H1.HeaderClassName
{
color: #1AB2BC;
}
.AnyTagClassName
{
color: #1AB2BC;
}
</style>
background-color css
<style>
a { background-color: #1AB2BC; }
a { background-color: rgb(26,178,188); }
div.DivClassName
{
background-color: #1AB2BC;
}
.BgClassName
{
background-color: #1AB2BC;
}
</style>
border-color css
<style>
span { border-color: #1AB2BC; }
span { border-color: rgb(26,178,188); }
td.TdClassName
{
border-color: #1AB2BC;
}
.TagClassName
{
border-color: #1AB2BC;
}
</style>