Shades of Light Sea Green #1CBAAD
Tints of Light Sea Green #1CBAAD
RGB
CMYK
RGB Variations
Color information
#1CBAAD (or 0x1CBAAD) is known color: Light Sea Green. HEX triplet: 1C, BA and AD. RGB value is (28,186,173). Sum of RGB (Red+Green+Blue) = 28+186+173=387 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.24% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 186 - color contains mainly: green. Hex color #1CBAAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBAAD is #E34552. Grayscale: #898989. Windows color (decimal): -14894419 or 11385372. OLE color: 11385372.
HSL color Cylindrical-coordinate representation of color #1CBAAD: hue angle of 175.06º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBAAD is Cyan = 0.85, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 186 | 173 | - |
| CMYK | 0.85 | 0 | 0.07 | 0.27 |
| HSL | 175.06º | 0.74% | 0.42% | - |
| HSV(B) | 175.06º | 0.85% | 0.73% | - |
| XYZ | 25.58 | 38.38 | 45.6 | - |
| YUV | 137.28 | 148.15 | 50.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 186 | 173 | 0.85 | 0 | 0.07 | 0.27 | 175.06 | 0.74 | 0.42 |
| Hex | 1C | BA | AD | 55 | 0 | 7 | 1B | AF | 4A | 2A |
| Octal | 34 | 272 | 255 | 125 | 0 | 7 | 33 | 257 | 112 | 52 |
| Binary | 11100 | 10111010 | 10101101 | 1010101 | 0 | 111 | 11011 | 10101111 | 1001010 | 101010 |
Color Harmonies of #1CBAAD
Complementary color
Monochromatic Colors of #1CBAAD
Black with #1CBAAD
Text Example
Text Example
White with #1CBAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBAAD; }
p { color: rgb(28,186,173); }
H1.HeaderClassName
{
color: #1CBAAD;
}
.AnyTagClassName
{
color: #1CBAAD;
}
</style>
background-color css
<style>
a { background-color: #1CBAAD; }
a { background-color: rgb(28,186,173); }
div.DivClassName
{
background-color: #1CBAAD;
}
.BgClassName
{
background-color: #1CBAAD;
}
</style>
border-color css
<style>
span { border-color: #1CBAAD; }
span { border-color: rgb(28,186,173); }
td.TdClassName
{
border-color: #1CBAAD;
}
.TagClassName
{
border-color: #1CBAAD;
}
</style>