Shades of Light Sea Green #1ACDB5
Tints of Light Sea Green #1ACDB5
RGB
CMYK
RGB Variations
Color information
#1ACDB5 (or 0x1ACDB5) is known color: Light Sea Green. HEX triplet: 1A, CD and B5. RGB value is (26,205,181). Sum of RGB (Red+Green+Blue) = 26+205+181=412 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.31% from 412); Green value is 205 (80.47% from 255 or 49.76% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ACDB5 is #E5324A. Grayscale: #949494. Windows color (decimal): -15020619 or 11914522. OLE color: 11914522.
HSL color Cylindrical-coordinate representation of color #1ACDB5: hue angle of 171.96º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACDB5 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 205 | 181 | - |
| CMYK | 0.87 | 0 | 0.12 | 0.20 |
| HSL | 171.96º | 0.77% | 0.45% | - |
| HSV(B) | 171.96º | 0.87% | 0.8% | - |
| XYZ | 30.6 | 47.22 | 51.22 | - |
| YUV | 148.74 | 146.2 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 205 | 181 | 0.87 | 0 | 0.12 | 0.20 | 171.96 | 0.77 | 0.45 |
| Hex | 1A | CD | B5 | 57 | 0 | C | 14 | AC | 4D | 2D |
| Octal | 32 | 315 | 265 | 127 | 0 | 14 | 24 | 254 | 115 | 55 |
| Binary | 11010 | 11001101 | 10110101 | 1010111 | 0 | 1100 | 10100 | 10101100 | 1001101 | 101101 |
Color Harmonies of #1ACDB5
Complementary color
Monochromatic Colors of #1ACDB5
Black with #1ACDB5
Text Example
Text Example
White with #1ACDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACDB5; }
p { color: rgb(26,205,181); }
H1.HeaderClassName
{
color: #1ACDB5;
}
.AnyTagClassName
{
color: #1ACDB5;
}
</style>
background-color css
<style>
a { background-color: #1ACDB5; }
a { background-color: rgb(26,205,181); }
div.DivClassName
{
background-color: #1ACDB5;
}
.BgClassName
{
background-color: #1ACDB5;
}
</style>
border-color css
<style>
span { border-color: #1ACDB5; }
span { border-color: rgb(26,205,181); }
td.TdClassName
{
border-color: #1ACDB5;
}
.TagClassName
{
border-color: #1ACDB5;
}
</style>