Shades of Light Sea Green #1AB0AD
Tints of Light Sea Green #1AB0AD
RGB
CMYK
RGB Variations
Color information
#1AB0AD (or 0x1AB0AD) is known color: Light Sea Green. HEX triplet: 1A, B0 and AD. RGB value is (26,176,173). Sum of RGB (Red+Green+Blue) = 26+176+173=375 (49% of max value = 765). Red value is 26 (10.55% from 255 or 6.93% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 173 (67.97% from 255 or 46.13% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #1AB0AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1AB0AD is #E54F52. Grayscale: #828282. Windows color (decimal): -15028051 or 11382810. OLE color: 11382810.
HSL color Cylindrical-coordinate representation of color #1AB0AD: hue angle of 178.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1AB0AD is Cyan = 0.85, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 26 | 176 | 173 | - |
| CMYK | 0.85 | 0 | 0.02 | 0.31 |
| HSL | 178.8º | 0.74% | 0.4% | - |
| HSV(B) | 178.8º | 0.85% | 0.69% | - |
| XYZ | 23.49 | 34.29 | 44.92 | - |
| YUV | 130.81 | 151.81 | 53.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 176 | 173 | 0.85 | 0 | 0.02 | 0.31 | 178.8 | 0.74 | 0.4 |
| Hex | 1A | B0 | AD | 55 | 0 | 2 | 1F | B3 | 4A | 28 |
| Octal | 32 | 260 | 255 | 125 | 0 | 2 | 37 | 263 | 112 | 50 |
| Binary | 11010 | 10110000 | 10101101 | 1010101 | 0 | 10 | 11111 | 10110011 | 1001010 | 101000 |
Color Harmonies of #1AB0AD
Complementary color
Monochromatic Colors of #1AB0AD
Black with #1AB0AD
Text Example
Text Example
White with #1AB0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB0AD; }
p { color: rgb(26,176,173); }
H1.HeaderClassName
{
color: #1AB0AD;
}
.AnyTagClassName
{
color: #1AB0AD;
}
</style>
background-color css
<style>
a { background-color: #1AB0AD; }
a { background-color: rgb(26,176,173); }
div.DivClassName
{
background-color: #1AB0AD;
}
.BgClassName
{
background-color: #1AB0AD;
}
</style>
border-color css
<style>
span { border-color: #1AB0AD; }
span { border-color: rgb(26,176,173); }
td.TdClassName
{
border-color: #1AB0AD;
}
.TagClassName
{
border-color: #1AB0AD;
}
</style>