Shades of Light Sea Green #1BCFAD
Tints of Light Sea Green #1BCFAD
RGB
CMYK
RGB Variations
Color information
#1BCFAD (or 0x1BCFAD) is known color: Light Sea Green. HEX triplet: 1B, CF and AD. RGB value is (27,207,173). Sum of RGB (Red+Green+Blue) = 27+207+173=407 (53% of max value = 765). Red value is 27 (10.94% from 255 or 6.63% from 407); Green value is 207 (81.25% from 255 or 50.86% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 207 - color contains mainly: green. Hex color #1BCFAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1BCFAD is #E43052. Grayscale: #959595. Windows color (decimal): -14954579 or 11390747. OLE color: 11390747.
HSL color Cylindrical-coordinate representation of color #1BCFAD: hue angle of 168.67º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1BCFAD is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 27 | 207 | 173 | - |
| CMYK | 0.87 | 0 | 0.16 | 0.19 |
| HSL | 168.67º | 0.77% | 0.46% | - |
| HSV(B) | 168.67º | 0.87% | 0.81% | - |
| XYZ | 30.31 | 47.88 | 47.18 | - |
| YUV | 149.3 | 141.37 | 40.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 207 | 173 | 0.87 | 0 | 0.16 | 0.19 | 168.67 | 0.77 | 0.46 |
| Hex | 1B | CF | AD | 57 | 0 | 10 | 13 | A9 | 4D | 2E |
| Octal | 33 | 317 | 255 | 127 | 0 | 20 | 23 | 251 | 115 | 56 |
| Binary | 11011 | 11001111 | 10101101 | 1010111 | 0 | 10000 | 10011 | 10101001 | 1001101 | 101110 |
Color Harmonies of #1BCFAD
Complementary color
Monochromatic Colors of #1BCFAD
Black with #1BCFAD
Text Example
Text Example
White with #1BCFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BCFAD; }
p { color: rgb(27,207,173); }
H1.HeaderClassName
{
color: #1BCFAD;
}
.AnyTagClassName
{
color: #1BCFAD;
}
</style>
background-color css
<style>
a { background-color: #1BCFAD; }
a { background-color: rgb(27,207,173); }
div.DivClassName
{
background-color: #1BCFAD;
}
.BgClassName
{
background-color: #1BCFAD;
}
</style>
border-color css
<style>
span { border-color: #1BCFAD; }
span { border-color: rgb(27,207,173); }
td.TdClassName
{
border-color: #1BCFAD;
}
.TagClassName
{
border-color: #1BCFAD;
}
</style>