Shades of Light Sea Green #1AB2BD
Tints of Light Sea Green #1AB2BD
RGB
CMYK
RGB Variations
Color information
#1AB2BD (or 0x1AB2BD) is known color: Light Sea Green. HEX triplet: 1A, B2 and BD. RGB value is (26,178,189). Sum of RGB (Red+Green+Blue) = 26+178+189=393 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.62% from 393); Green value is 178 (69.92% from 255 or 45.29% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #1AB2BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AB2BD is #E54D42. Grayscale: #858585. Windows color (decimal): -15027523 or 12431898. OLE color: 12431898.
HSL color Cylindrical-coordinate representation of color #1AB2BD: hue angle of 184.05º 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 #1AB2BD is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 178 | 189 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.26 |
| HSL | 184.05º | 0.76% | 0.42% | - |
| HSV(B) | 184.05º | 0.86% | 0.74% | - |
| XYZ | 25.53 | 35.73 | 53.7 | - |
| YUV | 133.81 | 159.14 | 51.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 178 | 189 | 0.86 | 0.06 | 0 | 0.26 | 184.05 | 0.76 | 0.42 |
| Hex | 1A | B2 | BD | 56 | 6 | 0 | 1A | B8 | 4C | 2A |
| Octal | 32 | 262 | 275 | 126 | 6 | 0 | 32 | 270 | 114 | 52 |
| Binary | 11010 | 10110010 | 10111101 | 1010110 | 110 | 0 | 11010 | 10111000 | 1001100 | 101010 |
Color Harmonies of #1AB2BD
Complementary color
Monochromatic Colors of #1AB2BD
Black with #1AB2BD
Text Example
Text Example
White with #1AB2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB2BD; }
p { color: rgb(26,178,189); }
H1.HeaderClassName
{
color: #1AB2BD;
}
.AnyTagClassName
{
color: #1AB2BD;
}
</style>
background-color css
<style>
a { background-color: #1AB2BD; }
a { background-color: rgb(26,178,189); }
div.DivClassName
{
background-color: #1AB2BD;
}
.BgClassName
{
background-color: #1AB2BD;
}
</style>
border-color css
<style>
span { border-color: #1AB2BD; }
span { border-color: rgb(26,178,189); }
td.TdClassName
{
border-color: #1AB2BD;
}
.TagClassName
{
border-color: #1AB2BD;
}
</style>