Shades of Light Sea Green #1AB8BE
Tints of Light Sea Green #1AB8BE
RGB
CMYK
RGB Variations
Color information
#1AB8BE (or 0x1AB8BE) is known color: Light Sea Green. HEX triplet: 1A, B8 and BE. RGB value is (26,184,190). Sum of RGB (Red+Green+Blue) = 26+184+190=400 (52% of max value = 765). Red value is 26 (10.55% from 255 or 6.5% from 400); Green value is 184 (72.27% from 255 or 46% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #1AB8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AB8BE is #E54741. Grayscale: #898989. Windows color (decimal): -15025986 or 12498970. OLE color: 12498970.
HSL color Cylindrical-coordinate representation of color #1AB8BE: hue angle of 182.2º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1AB8BE is Cyan = 0.86, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 184 | 190 | - |
| CMYK | 0.86 | 0.03 | 0 | 0.25 |
| HSL | 182.2º | 0.76% | 0.42% | - |
| HSV(B) | 182.2º | 0.86% | 0.75% | - |
| XYZ | 26.86 | 38.22 | 54.68 | - |
| YUV | 137.44 | 157.65 | 48.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 184 | 190 | 0.86 | 0.03 | 0 | 0.25 | 182.2 | 0.76 | 0.42 |
| Hex | 1A | B8 | BE | 56 | 3 | 0 | 19 | B6 | 4C | 2A |
| Octal | 32 | 270 | 276 | 126 | 3 | 0 | 31 | 266 | 114 | 52 |
| Binary | 11010 | 10111000 | 10111110 | 1010110 | 11 | 0 | 11001 | 10110110 | 1001100 | 101010 |
Color Harmonies of #1AB8BE
Complementary color
Monochromatic Colors of #1AB8BE
Black with #1AB8BE
Text Example
Text Example
White with #1AB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AB8BE; }
p { color: rgb(26,184,190); }
H1.HeaderClassName
{
color: #1AB8BE;
}
.AnyTagClassName
{
color: #1AB8BE;
}
</style>
background-color css
<style>
a { background-color: #1AB8BE; }
a { background-color: rgb(26,184,190); }
div.DivClassName
{
background-color: #1AB8BE;
}
.BgClassName
{
background-color: #1AB8BE;
}
</style>
border-color css
<style>
span { border-color: #1AB8BE; }
span { border-color: rgb(26,184,190); }
td.TdClassName
{
border-color: #1AB8BE;
}
.TagClassName
{
border-color: #1AB8BE;
}
</style>