Shades of Light Sea Green #1AADBE
Tints of Light Sea Green #1AADBE
RGB
CMYK
RGB Variations
Color information
#1AADBE (or 0x1AADBE) is known color: Light Sea Green. HEX triplet: 1A, AD and BE. RGB value is (26,173,190). Sum of RGB (Red+Green+Blue) = 26+173+190=389 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.68% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #1AADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AADBE is #E55241. Grayscale: #828282. Windows color (decimal): -15028802 or 12496154. OLE color: 12496154.
HSL color Cylindrical-coordinate representation of color #1AADBE: hue angle of 186.22º 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 #1AADBE is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 26 | 173 | 190 | - |
| CMYK | 0.86 | 0.09 | 0 | 0.25 |
| HSL | 186.22º | 0.76% | 0.42% | - |
| HSV(B) | 186.22º | 0.86% | 0.75% | - |
| XYZ | 24.66 | 33.82 | 53.94 | - |
| YUV | 130.99 | 161.3 | 53.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 173 | 190 | 0.86 | 0.09 | 0 | 0.25 | 186.22 | 0.76 | 0.42 |
| Hex | 1A | AD | BE | 56 | 9 | 0 | 19 | BA | 4C | 2A |
| Octal | 32 | 255 | 276 | 126 | 11 | 0 | 31 | 272 | 114 | 52 |
| Binary | 11010 | 10101101 | 10111110 | 1010110 | 1001 | 0 | 11001 | 10111010 | 1001100 | 101010 |
Color Harmonies of #1AADBE
Complementary color
Monochromatic Colors of #1AADBE
Black with #1AADBE
Text Example
Text Example
White with #1AADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AADBE; }
p { color: rgb(26,173,190); }
H1.HeaderClassName
{
color: #1AADBE;
}
.AnyTagClassName
{
color: #1AADBE;
}
</style>
background-color css
<style>
a { background-color: #1AADBE; }
a { background-color: rgb(26,173,190); }
div.DivClassName
{
background-color: #1AADBE;
}
.BgClassName
{
background-color: #1AADBE;
}
</style>
border-color css
<style>
span { border-color: #1AADBE; }
span { border-color: rgb(26,173,190); }
td.TdClassName
{
border-color: #1AADBE;
}
.TagClassName
{
border-color: #1AADBE;
}
</style>