Shades of Light Sea Green #1AC2BB
Tints of Light Sea Green #1AC2BB
RGB
CMYK
RGB Variations
Color information
#1AC2BB (or 0x1AC2BB) is known color: Light Sea Green. HEX triplet: 1A, C2 and BB. RGB value is (26,194,187). Sum of RGB (Red+Green+Blue) = 26+194+187=407 (53% of max value = 765). Red value is 26 (10.55% from 255 or 6.39% from 407); Green value is 194 (76.17% from 255 or 47.67% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC2BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1AC2BB is #E53D44. Grayscale: #8E8E8E. Windows color (decimal): -15023429 or 12304922. OLE color: 12304922.
HSL color Cylindrical-coordinate representation of color #1AC2BB: hue angle of 177.5º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1AC2BB is Cyan = 0.87, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 26 | 194 | 187 | - |
| CMYK | 0.87 | 0 | 0.04 | 0.24 |
| HSL | 177.5º | 0.76% | 0.43% | - |
| HSV(B) | 177.5º | 0.87% | 0.76% | - |
| XYZ | 28.69 | 42.39 | 53.68 | - |
| YUV | 142.97 | 152.84 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 194 | 187 | 0.87 | 0 | 0.04 | 0.24 | 177.5 | 0.76 | 0.43 |
| Hex | 1A | C2 | BB | 57 | 0 | 4 | 18 | B2 | 4C | 2B |
| Octal | 32 | 302 | 273 | 127 | 0 | 4 | 30 | 262 | 114 | 53 |
| Binary | 11010 | 11000010 | 10111011 | 1010111 | 0 | 100 | 11000 | 10110010 | 1001100 | 101011 |
Color Harmonies of #1AC2BB
Complementary color
Monochromatic Colors of #1AC2BB
Black with #1AC2BB
Text Example
Text Example
White with #1AC2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AC2BB; }
p { color: rgb(26,194,187); }
H1.HeaderClassName
{
color: #1AC2BB;
}
.AnyTagClassName
{
color: #1AC2BB;
}
</style>
background-color css
<style>
a { background-color: #1AC2BB; }
a { background-color: rgb(26,194,187); }
div.DivClassName
{
background-color: #1AC2BB;
}
.BgClassName
{
background-color: #1AC2BB;
}
</style>
border-color css
<style>
span { border-color: #1AC2BB; }
span { border-color: rgb(26,194,187); }
td.TdClassName
{
border-color: #1AC2BB;
}
.TagClassName
{
border-color: #1AC2BB;
}
</style>