Shades of Light Sea Green #1FBEC2
Tints of Light Sea Green #1FBEC2
RGB
CMYK
RGB Variations
Color information
#1FBEC2 (or 0x1FBEC2) is known color: Light Sea Green. HEX triplet: 1F, BE and C2. RGB value is (31,190,194). Sum of RGB (Red+Green+Blue) = 31+190+194=415 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.47% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 194 (76.17% from 255 or 46.75% from 415); Max value from RGB is 194 - color contains mainly: blue. Hex color #1FBEC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FBEC2 is #E0413D. Grayscale: #8E8E8E. Windows color (decimal): -14696766 or 12762655. OLE color: 12762655.
HSL color Cylindrical-coordinate representation of color #1FBEC2: hue angle of 181.47º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBEC2 is Cyan = 0.84, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 190 | 194 | - |
| CMYK | 0.84 | 0.02 | 0 | 0.24 |
| HSL | 181.47º | 0.72% | 0.44% | - |
| HSV(B) | 181.47º | 0.84% | 0.76% | - |
| XYZ | 28.72 | 41.01 | 57.44 | - |
| YUV | 142.92 | 156.82 | 48.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 190 | 194 | 0.84 | 0.02 | 0 | 0.24 | 181.47 | 0.72 | 0.44 |
| Hex | 1F | BE | C2 | 54 | 2 | 0 | 18 | B5 | 48 | 2C |
| Octal | 37 | 276 | 302 | 124 | 2 | 0 | 30 | 265 | 110 | 54 |
| Binary | 11111 | 10111110 | 11000010 | 1010100 | 10 | 0 | 11000 | 10110101 | 1001000 | 101100 |
Color Harmonies of #1FBEC2
Complementary color
Monochromatic Colors of #1FBEC2
Black with #1FBEC2
Text Example
Text Example
White with #1FBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBEC2; }
p { color: rgb(31,190,194); }
H1.HeaderClassName
{
color: #1FBEC2;
}
.AnyTagClassName
{
color: #1FBEC2;
}
</style>
background-color css
<style>
a { background-color: #1FBEC2; }
a { background-color: rgb(31,190,194); }
div.DivClassName
{
background-color: #1FBEC2;
}
.BgClassName
{
background-color: #1FBEC2;
}
</style>
border-color css
<style>
span { border-color: #1FBEC2; }
span { border-color: rgb(31,190,194); }
td.TdClassName
{
border-color: #1FBEC2;
}
.TagClassName
{
border-color: #1FBEC2;
}
</style>