Shades of Light Sea Green #1BBDB7
Tints of Light Sea Green #1BBDB7
RGB
CMYK
RGB Variations
Color information
#1BBDB7 (or 0x1BBDB7) is known color: Light Sea Green. HEX triplet: 1B, BD and B7. RGB value is (27,189,183). Sum of RGB (Red+Green+Blue) = 27+189+183=399 (52% of max value = 765). Red value is 27 (10.94% from 255 or 6.77% from 399); Green value is 189 (74.22% from 255 or 47.37% from 399); Blue value is 183 (71.88% from 255 or 45.86% from 399); Max value from RGB is 189 - color contains mainly: green. Hex color #1BBDB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BBDB7 is #E44248. Grayscale: #8B8B8B. Windows color (decimal): -14959177 or 12041499. OLE color: 12041499.
HSL color Cylindrical-coordinate representation of color #1BBDB7: hue angle of 177.78º 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 #1BBDB7 is Cyan = 0.86, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 27 | 189 | 183 | - |
| CMYK | 0.86 | 0 | 0.03 | 0.26 |
| HSL | 177.78º | 0.75% | 0.42% | - |
| HSV(B) | 177.78º | 0.86% | 0.74% | - |
| XYZ | 27.2 | 40.05 | 51.1 | - |
| YUV | 139.88 | 152.33 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 189 | 183 | 0.86 | 0 | 0.03 | 0.26 | 177.78 | 0.75 | 0.42 |
| Hex | 1B | BD | B7 | 56 | 0 | 3 | 1A | B2 | 4B | 2A |
| Octal | 33 | 275 | 267 | 126 | 0 | 3 | 32 | 262 | 113 | 52 |
| Binary | 11011 | 10111101 | 10110111 | 1010110 | 0 | 11 | 11010 | 10110010 | 1001011 | 101010 |
Color Harmonies of #1BBDB7
Complementary color
Monochromatic Colors of #1BBDB7
Black with #1BBDB7
Text Example
Text Example
White with #1BBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BBDB7; }
p { color: rgb(27,189,183); }
H1.HeaderClassName
{
color: #1BBDB7;
}
.AnyTagClassName
{
color: #1BBDB7;
}
</style>
background-color css
<style>
a { background-color: #1BBDB7; }
a { background-color: rgb(27,189,183); }
div.DivClassName
{
background-color: #1BBDB7;
}
.BgClassName
{
background-color: #1BBDB7;
}
</style>
border-color css
<style>
span { border-color: #1BBDB7; }
span { border-color: rgb(27,189,183); }
td.TdClassName
{
border-color: #1BBDB7;
}
.TagClassName
{
border-color: #1BBDB7;
}
</style>