Shades of Light Sea Green #1BCDAF
Tints of Light Sea Green #1BCDAF
RGB
CMYK
RGB Variations
Color information
#1BCDAF (or 0x1BCDAF) is known color: Light Sea Green. HEX triplet: 1B, CD and AF. RGB value is (27,205,175). Sum of RGB (Red+Green+Blue) = 27+205+175=407 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.63% from 407); Green value is 205 (80.47% from 255 or 50.37% from 407); Blue value is 175 (68.75% from 255 or 43.00% from 407); Max value from RGB is 205 - color contains mainly: green. Hex color #1BCDAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCDAF is #E43250. Grayscale: #949494. Windows color (decimal): -14955089 or 11521307. OLE color: 11521307.
HSL color Cylindrical-coordinate representation of color #1BCDAF: hue angle of 169.89º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCDAF is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 27 | 205 | 175 | - |
| CMYK | 0.87 | 0 | 0.15 | 0.20 |
| HSL | 169.89º | 0.77% | 0.45% | - |
| HSV(B) | 169.89º | 0.87% | 0.8% | - |
| XYZ | 30.02 | 46.99 | 48.05 | - |
| YUV | 148.36 | 143.03 | 41.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 205 | 175 | 0.87 | 0 | 0.15 | 0.20 | 169.89 | 0.77 | 0.45 |
| Hex | 1B | CD | AF | 57 | 0 | F | 14 | AA | 4D | 2D |
| Octal | 33 | 315 | 257 | 127 | 0 | 17 | 24 | 252 | 115 | 55 |
| Binary | 11011 | 11001101 | 10101111 | 1010111 | 0 | 1111 | 10100 | 10101010 | 1001101 | 101101 |
Color Harmonies of #1BCDAF
Complementary color
Monochromatic Colors of #1BCDAF
Black with #1BCDAF
Text Example
Text Example
White with #1BCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCDAF; }
p { color: rgb(27,205,175); }
H1.HeaderClassName
{
color: #1BCDAF;
}
.AnyTagClassName
{
color: #1BCDAF;
}
</style>
background-color css
<style>
a { background-color: #1BCDAF; }
a { background-color: rgb(27,205,175); }
div.DivClassName
{
background-color: #1BCDAF;
}
.BgClassName
{
background-color: #1BCDAF;
}
</style>
border-color css
<style>
span { border-color: #1BCDAF; }
span { border-color: rgb(27,205,175); }
td.TdClassName
{
border-color: #1BCDAF;
}
.TagClassName
{
border-color: #1BCDAF;
}
</style>