Shades of Light Sea Green #1FCCBF
Tints of Light Sea Green #1FCCBF
RGB
CMYK
RGB Variations
Color information
#1FCCBF (or 0x1FCCBF) is known color: Light Sea Green. HEX triplet: 1F, CC and BF. RGB value is (31,204,191). Sum of RGB (Red+Green+Blue) = 31+204+191=426 (56% of max value = 765). Red value is 31 (12.5% from 255 or 7.28% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCCBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FCCBF is #E03340. Grayscale: #969696. Windows color (decimal): -14693185 or 12569631. OLE color: 12569631.
HSL color Cylindrical-coordinate representation of color #1FCCBF: hue angle of 175.49º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FCCBF is Cyan = 0.85, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 191 | - |
| CMYK | 0.85 | 0 | 0.06 | 0.2 |
| HSL | 175.49º | 0.74% | 0.46% | - |
| HSV(B) | 175.49º | 0.85% | 0.8% | - |
| XYZ | 31.56 | 47.24 | 56.74 | - |
| YUV | 150.79 | 150.69 | 42.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 191 | 0.85 | 0 | 0.06 | 0.2 | 175.49 | 0.74 | 0.46 |
| Hex | 1F | CC | BF | 55 | 0 | 6 | 14 | AF | 4A | 2E |
| Octal | 37 | 314 | 277 | 125 | 0 | 6 | 24 | 257 | 112 | 56 |
| Binary | 11111 | 11001100 | 10111111 | 1010101 | 0 | 110 | 10100 | 10101111 | 1001010 | 101110 |
Color Harmonies of #1FCCBF
Complementary color
Monochromatic Colors of #1FCCBF
Black with #1FCCBF
Text Example
Text Example
White with #1FCCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCCBF; }
p { color: rgb(31,204,191); }
H1.HeaderClassName
{
color: #1FCCBF;
}
.AnyTagClassName
{
color: #1FCCBF;
}
</style>
background-color css
<style>
a { background-color: #1FCCBF; }
a { background-color: rgb(31,204,191); }
div.DivClassName
{
background-color: #1FCCBF;
}
.BgClassName
{
background-color: #1FCCBF;
}
</style>
border-color css
<style>
span { border-color: #1FCCBF; }
span { border-color: rgb(31,204,191); }
td.TdClassName
{
border-color: #1FCCBF;
}
.TagClassName
{
border-color: #1FCCBF;
}
</style>