Shades of Light Sea Green #1BD1B5
Tints of Light Sea Green #1BD1B5
RGB
CMYK
RGB Variations
Color information
#1BD1B5 (or 0x1BD1B5) is known color: Light Sea Green. HEX triplet: 1B, D1 and B5. RGB value is (27,209,181). Sum of RGB (Red+Green+Blue) = 27+209+181=417 (55% of max value = 765). Red value is 27 (10.94% from 255 or 6.47% from 417); Green value is 209 (82.03% from 255 or 50.12% from 417); Blue value is 181 (71.09% from 255 or 43.41% from 417); Max value from RGB is 209 - color contains mainly: green. Hex color #1BD1B5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1BD1B5 is #E42E4A. Grayscale: #979797. Windows color (decimal): -14954059 or 11915547. OLE color: 11915547.
HSL color Cylindrical-coordinate representation of color #1BD1B5: hue angle of 170.77º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BD1B5 is Cyan = 0.87, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 27 | 209 | 181 | - |
| CMYK | 0.87 | 0 | 0.13 | 0.18 |
| HSL | 170.77º | 0.77% | 0.46% | - |
| HSV(B) | 170.77º | 0.87% | 0.82% | - |
| XYZ | 31.59 | 49.17 | 51.54 | - |
| YUV | 151.39 | 144.7 | 39.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 209 | 181 | 0.87 | 0 | 0.13 | 0.18 | 170.77 | 0.77 | 0.46 |
| Hex | 1B | D1 | B5 | 57 | 0 | D | 12 | AB | 4D | 2E |
| Octal | 33 | 321 | 265 | 127 | 0 | 15 | 22 | 253 | 115 | 56 |
| Binary | 11011 | 11010001 | 10110101 | 1010111 | 0 | 1101 | 10010 | 10101011 | 1001101 | 101110 |
Color Harmonies of #1BD1B5
Complementary color
Monochromatic Colors of #1BD1B5
Black with #1BD1B5
Text Example
Text Example
White with #1BD1B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BD1B5; }
p { color: rgb(27,209,181); }
H1.HeaderClassName
{
color: #1BD1B5;
}
.AnyTagClassName
{
color: #1BD1B5;
}
</style>
background-color css
<style>
a { background-color: #1BD1B5; }
a { background-color: rgb(27,209,181); }
div.DivClassName
{
background-color: #1BD1B5;
}
.BgClassName
{
background-color: #1BD1B5;
}
</style>
border-color css
<style>
span { border-color: #1BD1B5; }
span { border-color: rgb(27,209,181); }
td.TdClassName
{
border-color: #1BD1B5;
}
.TagClassName
{
border-color: #1BD1B5;
}
</style>