Shades of Light Sea Green #1BBDA6
Tints of Light Sea Green #1BBDA6
RGB
CMYK
RGB Variations
Color information
#1BBDA6 (or 0x1BBDA6) is known color: Light Sea Green. HEX triplet: 1B, BD and A6. RGB value is (27,189,166). Sum of RGB (Red+Green+Blue) = 27+189+166=382 (50% of max value = 765). Red value is 27 (10.94% from 255 or 7.07% from 382); Green value is 189 (74.22% from 255 or 49.48% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 189 - color contains mainly: green. Hex color #1BBDA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BBDA6 is #E44259. Grayscale: #898989. Windows color (decimal): -14959194 or 10927387. OLE color: 10927387.
HSL color Cylindrical-coordinate representation of color #1BBDA6: hue angle of 171.48º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1BBDA6 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 189 | 166 | - |
| CMYK | 0.86 | 0 | 0.12 | 0.26 |
| HSL | 171.48º | 0.75% | 0.42% | - |
| HSV(B) | 171.48º | 0.86% | 0.74% | - |
| XYZ | 25.53 | 39.38 | 42.33 | - |
| YUV | 137.94 | 143.83 | 48.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 166 | 0.86 | 0 | 0.12 | 0.26 | 171.48 | 0.75 | 0.42 |
| Hex | 1B | BD | A6 | 56 | 0 | C | 1A | AB | 4B | 2A |
| Octal | 33 | 275 | 246 | 126 | 0 | 14 | 32 | 253 | 113 | 52 |
| Binary | 11011 | 10111101 | 10100110 | 1010110 | 0 | 1100 | 11010 | 10101011 | 1001011 | 101010 |
Color Harmonies of #1BBDA6
Complementary color
Monochromatic Colors of #1BBDA6
Black with #1BBDA6
Text Example
Text Example
White with #1BBDA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBDA6; }
p { color: rgb(27,189,166); }
H1.HeaderClassName
{
color: #1BBDA6;
}
.AnyTagClassName
{
color: #1BBDA6;
}
</style>
background-color css
<style>
a { background-color: #1BBDA6; }
a { background-color: rgb(27,189,166); }
div.DivClassName
{
background-color: #1BBDA6;
}
.BgClassName
{
background-color: #1BBDA6;
}
</style>
border-color css
<style>
span { border-color: #1BBDA6; }
span { border-color: rgb(27,189,166); }
td.TdClassName
{
border-color: #1BBDA6;
}
.TagClassName
{
border-color: #1BBDA6;
}
</style>