Shades of Light Sea Green #1BC2BD
Tints of Light Sea Green #1BC2BD
RGB
CMYK
RGB Variations
Color information
#1BC2BD (or 0x1BC2BD) is known color: Light Sea Green. HEX triplet: 1B, C2 and BD. RGB value is (27,194,189). Sum of RGB (Red+Green+Blue) = 27+194+189=410 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.59% from 410); Green value is 194 (76.17% from 255 or 47.32% from 410); Blue value is 189 (74.22% from 255 or 46.10% from 410); Max value from RGB is 194 - color contains mainly: green. Hex color #1BC2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BC2BD is #E43D42. Grayscale: #8F8F8F. Windows color (decimal): -14957891 or 12435995. OLE color: 12435995.
HSL color Cylindrical-coordinate representation of color #1BC2BD: hue angle of 178.2º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BC2BD is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 27 | 194 | 189 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.24 |
| HSL | 178.2º | 0.76% | 0.43% | - |
| HSV(B) | 178.2º | 0.86% | 0.76% | - |
| XYZ | 28.93 | 42.49 | 54.82 | - |
| YUV | 143.5 | 153.67 | 44.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 194 | 189 | 0.86 | 0 | 0.03 | 0.24 | 178.2 | 0.76 | 0.43 |
| Hex | 1B | C2 | BD | 56 | 0 | 3 | 18 | B2 | 4C | 2B |
| Octal | 33 | 302 | 275 | 126 | 0 | 3 | 30 | 262 | 114 | 53 |
| Binary | 11011 | 11000010 | 10111101 | 1010110 | 0 | 11 | 11000 | 10110010 | 1001100 | 101011 |
Color Harmonies of #1BC2BD
Complementary color
Monochromatic Colors of #1BC2BD
Black with #1BC2BD
Text Example
Text Example
White with #1BC2BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BC2BD; }
p { color: rgb(27,194,189); }
H1.HeaderClassName
{
color: #1BC2BD;
}
.AnyTagClassName
{
color: #1BC2BD;
}
</style>
background-color css
<style>
a { background-color: #1BC2BD; }
a { background-color: rgb(27,194,189); }
div.DivClassName
{
background-color: #1BC2BD;
}
.BgClassName
{
background-color: #1BC2BD;
}
</style>
border-color css
<style>
span { border-color: #1BC2BD; }
span { border-color: rgb(27,194,189); }
td.TdClassName
{
border-color: #1BC2BD;
}
.TagClassName
{
border-color: #1BC2BD;
}
</style>