Shades of Light Sea Green #1AAFBC
Tints of Light Sea Green #1AAFBC
RGB
CMYK
RGB Variations
Color information
#1AAFBC (or 0x1AAFBC) is known color: Light Sea Green. HEX triplet: 1A, AF and BC. RGB value is (26,175,188). Sum of RGB (Red+Green+Blue) = 26+175+188=389 (51% of max value = 765). Red value is 26 (10.55% from 255 or 6.68% from 389); Green value is 175 (68.75% from 255 or 44.99% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #1AAFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1AAFBC is #E55043. Grayscale: #838383. Windows color (decimal): -15028292 or 12365594. OLE color: 12365594.
HSL color Cylindrical-coordinate representation of color #1AAFBC: hue angle of 184.81º 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 #1AAFBC is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 26 | 175 | 188 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.26 |
| HSL | 184.81º | 0.76% | 0.42% | - |
| HSV(B) | 184.81º | 0.86% | 0.74% | - |
| XYZ | 24.83 | 34.51 | 52.93 | - |
| YUV | 131.93 | 159.64 | 52.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 175 | 188 | 0.86 | 0.07 | 0 | 0.26 | 184.81 | 0.76 | 0.42 |
| Hex | 1A | AF | BC | 56 | 7 | 0 | 1A | B9 | 4C | 2A |
| Octal | 32 | 257 | 274 | 126 | 7 | 0 | 32 | 271 | 114 | 52 |
| Binary | 11010 | 10101111 | 10111100 | 1010110 | 111 | 0 | 11010 | 10111001 | 1001100 | 101010 |
Color Harmonies of #1AAFBC
Complementary color
Monochromatic Colors of #1AAFBC
Black with #1AAFBC
Text Example
Text Example
White with #1AAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AAFBC; }
p { color: rgb(26,175,188); }
H1.HeaderClassName
{
color: #1AAFBC;
}
.AnyTagClassName
{
color: #1AAFBC;
}
</style>
background-color css
<style>
a { background-color: #1AAFBC; }
a { background-color: rgb(26,175,188); }
div.DivClassName
{
background-color: #1AAFBC;
}
.BgClassName
{
background-color: #1AAFBC;
}
</style>
border-color css
<style>
span { border-color: #1AAFBC; }
span { border-color: rgb(26,175,188); }
td.TdClassName
{
border-color: #1AAFBC;
}
.TagClassName
{
border-color: #1AAFBC;
}
</style>