Shades of Light Sea Green #1BCAB7
Tints of Light Sea Green #1BCAB7
RGB
CMYK
RGB Variations
Color information
#1BCAB7 (or 0x1BCAB7) is known color: Light Sea Green. HEX triplet: 1B, CA and B7. RGB value is (27,202,183). Sum of RGB (Red+Green+Blue) = 27+202+183=412 (54% of max value = 765). Red value is 27 (10.94% from 255 or 6.55% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 183 (71.88% from 255 or 44.42% from 412); Max value from RGB is 202 - color contains mainly: green. Hex color #1BCAB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BCAB7 is #E43548. Grayscale: #939393. Windows color (decimal): -14955849 or 12044827. OLE color: 12044827.
HSL color Cylindrical-coordinate representation of color #1BCAB7: hue angle of 173.49º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCAB7 is Cyan = 0.87, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 27 | 202 | 183 | - |
| CMYK | 0.87 | 0 | 0.09 | 0.21 |
| HSL | 173.49º | 0.76% | 0.45% | - |
| HSV(B) | 173.49º | 0.87% | 0.79% | - |
| XYZ | 30.12 | 45.89 | 52.07 | - |
| YUV | 147.51 | 148.02 | 42.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 202 | 183 | 0.87 | 0 | 0.09 | 0.21 | 173.49 | 0.76 | 0.45 |
| Hex | 1B | CA | B7 | 57 | 0 | 9 | 15 | AD | 4C | 2D |
| Octal | 33 | 312 | 267 | 127 | 0 | 11 | 25 | 255 | 114 | 55 |
| Binary | 11011 | 11001010 | 10110111 | 1010111 | 0 | 1001 | 10101 | 10101101 | 1001100 | 101101 |
Color Harmonies of #1BCAB7
Complementary color
Monochromatic Colors of #1BCAB7
Black with #1BCAB7
Text Example
Text Example
White with #1BCAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCAB7; }
p { color: rgb(27,202,183); }
H1.HeaderClassName
{
color: #1BCAB7;
}
.AnyTagClassName
{
color: #1BCAB7;
}
</style>
background-color css
<style>
a { background-color: #1BCAB7; }
a { background-color: rgb(27,202,183); }
div.DivClassName
{
background-color: #1BCAB7;
}
.BgClassName
{
background-color: #1BCAB7;
}
</style>
border-color css
<style>
span { border-color: #1BCAB7; }
span { border-color: rgb(27,202,183); }
td.TdClassName
{
border-color: #1BCAB7;
}
.TagClassName
{
border-color: #1BCAB7;
}
</style>