Shades of Light Sea Green #1BC8AD
Tints of Light Sea Green #1BC8AD
RGB
CMYK
RGB Variations
Color information
#1BC8AD (or 0x1BC8AD) is known color: Light Sea Green. HEX triplet: 1B, C8 and AD. RGB value is (27,200,173). Sum of RGB (Red+Green+Blue) = 27+200+173=400 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.75% from 400); Green value is 200 (78.52% from 255 or 50% from 400); Blue value is 173 (67.97% from 255 or 43.25% from 400); Max value from RGB is 200 - color contains mainly: green. Hex color #1BC8AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BC8AD is #E43752. Grayscale: #919191. Windows color (decimal): -14956371 or 11388955. OLE color: 11388955.
HSL color Cylindrical-coordinate representation of color #1BC8AD: hue angle of 170.64º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BC8AD is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 27 | 200 | 173 | - |
| CMYK | 0.86 | 0 | 0.14 | 0.22 |
| HSL | 170.64º | 0.76% | 0.45% | - |
| HSV(B) | 170.64º | 0.87% | 0.78% | - |
| XYZ | 28.65 | 44.56 | 46.63 | - |
| YUV | 145.2 | 143.69 | 43.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 200 | 173 | 0.86 | 0 | 0.14 | 0.22 | 170.64 | 0.76 | 0.45 |
| Hex | 1B | C8 | AD | 56 | 0 | E | 16 | AB | 4C | 2D |
| Octal | 33 | 310 | 255 | 126 | 0 | 16 | 26 | 253 | 114 | 55 |
| Binary | 11011 | 11001000 | 10101101 | 1010110 | 0 | 1110 | 10110 | 10101011 | 1001100 | 101101 |
Color Harmonies of #1BC8AD
Complementary color
Monochromatic Colors of #1BC8AD
Black with #1BC8AD
Text Example
Text Example
White with #1BC8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC8AD; }
p { color: rgb(27,200,173); }
H1.HeaderClassName
{
color: #1BC8AD;
}
.AnyTagClassName
{
color: #1BC8AD;
}
</style>
background-color css
<style>
a { background-color: #1BC8AD; }
a { background-color: rgb(27,200,173); }
div.DivClassName
{
background-color: #1BC8AD;
}
.BgClassName
{
background-color: #1BC8AD;
}
</style>
border-color css
<style>
span { border-color: #1BC8AD; }
span { border-color: rgb(27,200,173); }
td.TdClassName
{
border-color: #1BC8AD;
}
.TagClassName
{
border-color: #1BC8AD;
}
</style>