Shades of Light Sea Green #1FCCB2
Tints of Light Sea Green #1FCCB2
RGB
CMYK
RGB Variations
Color information
#1FCCB2 (or 0x1FCCB2) is known color: Light Sea Green. HEX triplet: 1F, CC and B2. RGB value is (31,204,178). Sum of RGB (Red+Green+Blue) = 31+204+178=413 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.51% from 413); Green value is 204 (80.08% from 255 or 49.39% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 204 - color contains mainly: green. Hex color #1FCCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1FCCB2 is #E0334D. Grayscale: #959595. Windows color (decimal): -14693198 or 11717663. OLE color: 11717663.
HSL color Cylindrical-coordinate representation of color #1FCCB2: hue angle of 170.98º 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 #1FCCB2 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 204 | 178 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.2 |
| HSL | 170.98º | 0.74% | 0.46% | - |
| HSV(B) | 170.98º | 0.85% | 0.8% | - |
| XYZ | 30.19 | 46.69 | 49.54 | - |
| YUV | 149.31 | 144.19 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 204 | 178 | 0.85 | 0 | 0.13 | 0.2 | 170.98 | 0.74 | 0.46 |
| Hex | 1F | CC | B2 | 55 | 0 | D | 14 | AB | 4A | 2E |
| Octal | 37 | 314 | 262 | 125 | 0 | 15 | 24 | 253 | 112 | 56 |
| Binary | 11111 | 11001100 | 10110010 | 1010101 | 0 | 1101 | 10100 | 10101011 | 1001010 | 101110 |
Color Harmonies of #1FCCB2
Complementary color
Monochromatic Colors of #1FCCB2
Black with #1FCCB2
Text Example
Text Example
White with #1FCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCCB2; }
p { color: rgb(31,204,178); }
H1.HeaderClassName
{
color: #1FCCB2;
}
.AnyTagClassName
{
color: #1FCCB2;
}
</style>
background-color css
<style>
a { background-color: #1FCCB2; }
a { background-color: rgb(31,204,178); }
div.DivClassName
{
background-color: #1FCCB2;
}
.BgClassName
{
background-color: #1FCCB2;
}
</style>
border-color css
<style>
span { border-color: #1FCCB2; }
span { border-color: rgb(31,204,178); }
td.TdClassName
{
border-color: #1FCCB2;
}
.TagClassName
{
border-color: #1FCCB2;
}
</style>