Shades of Light Sea Green #1AB7BC
Tints of Light Sea Green #1AB7BC
RGB
CMYK
RGB Variations
Color information
#1AB7BC (or 0x1AB7BC) is known color: Light Sea Green. HEX triplet: 1A, B7 and BC. RGB value is (26,183,188). Sum of RGB (Red+Green+Blue) = 26+183+188=397 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.55% from 397); Green value is 183 (71.88% from 255 or 46.10% from 397); Blue value is 188 (73.83% from 255 or 47.36% from 397); Max value from RGB is 188 - color contains mainly: blue. Hex color #1AB7BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB7BC is #E54843. Grayscale: #888888. Windows color (decimal): -15026244 or 12367642. OLE color: 12367642.
HSL color Cylindrical-coordinate representation of color #1AB7BC: hue angle of 181.85º 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 #1AB7BC is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 183 | 188 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.26 |
| HSL | 181.85º | 0.76% | 0.42% | - |
| HSV(B) | 181.85º | 0.86% | 0.74% | - |
| XYZ | 26.44 | 37.72 | 53.46 | - |
| YUV | 136.63 | 156.99 | 49.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 183 | 188 | 0.86 | 0.03 | 0 | 0.26 | 181.85 | 0.76 | 0.42 |
| Hex | 1A | B7 | BC | 56 | 3 | 0 | 1A | B6 | 4C | 2A |
| Octal | 32 | 267 | 274 | 126 | 3 | 0 | 32 | 266 | 114 | 52 |
| Binary | 11010 | 10110111 | 10111100 | 1010110 | 11 | 0 | 11010 | 10110110 | 1001100 | 101010 |
Color Harmonies of #1AB7BC
Complementary color
Monochromatic Colors of #1AB7BC
Black with #1AB7BC
Text Example
Text Example
White with #1AB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB7BC; }
p { color: rgb(26,183,188); }
H1.HeaderClassName
{
color: #1AB7BC;
}
.AnyTagClassName
{
color: #1AB7BC;
}
</style>
background-color css
<style>
a { background-color: #1AB7BC; }
a { background-color: rgb(26,183,188); }
div.DivClassName
{
background-color: #1AB7BC;
}
.BgClassName
{
background-color: #1AB7BC;
}
</style>
border-color css
<style>
span { border-color: #1AB7BC; }
span { border-color: rgb(26,183,188); }
td.TdClassName
{
border-color: #1AB7BC;
}
.TagClassName
{
border-color: #1AB7BC;
}
</style>