Shades of Light Sea Green #1FB4C3
Tints of Light Sea Green #1FB4C3
RGB
CMYK
RGB Variations
Color information
#1FB4C3 (or 0x1FB4C3) is known color: Light Sea Green. HEX triplet: 1F, B4 and C3. RGB value is (31,180,195). Sum of RGB (Red+Green+Blue) = 31+180+195=406 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.64% from 406); Green value is 180 (70.70% from 255 or 44.33% from 406); Blue value is 195 (76.56% from 255 or 48.03% from 406); Max value from RGB is 195 - color contains mainly: blue. Hex color #1FB4C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB4C3 is #E04B3C. Grayscale: #888888. Windows color (decimal): -14699325 or 12825631. OLE color: 12825631.
HSL color Cylindrical-coordinate representation of color #1FB4C3: hue angle of 185.49º degrees, saturation: 0.73, 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 #1FB4C3 is Cyan = 0.84, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 180 | 195 | - |
| CMYK | 0.84 | 0.08 | 0 | 0.24 |
| HSL | 185.49º | 0.73% | 0.44% | - |
| HSV(B) | 185.49º | 0.84% | 0.76% | - |
| XYZ | 26.74 | 36.87 | 57.34 | - |
| YUV | 137.16 | 160.64 | 52.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 180 | 195 | 0.84 | 0.08 | 0 | 0.24 | 185.49 | 0.73 | 0.44 |
| Hex | 1F | B4 | C3 | 54 | 8 | 0 | 18 | B9 | 49 | 2C |
| Octal | 37 | 264 | 303 | 124 | 10 | 0 | 30 | 271 | 111 | 54 |
| Binary | 11111 | 10110100 | 11000011 | 1010100 | 1000 | 0 | 11000 | 10111001 | 1001001 | 101100 |
Color Harmonies of #1FB4C3
Complementary color
Monochromatic Colors of #1FB4C3
Black with #1FB4C3
Text Example
Text Example
White with #1FB4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB4C3; }
p { color: rgb(31,180,195); }
H1.HeaderClassName
{
color: #1FB4C3;
}
.AnyTagClassName
{
color: #1FB4C3;
}
</style>
background-color css
<style>
a { background-color: #1FB4C3; }
a { background-color: rgb(31,180,195); }
div.DivClassName
{
background-color: #1FB4C3;
}
.BgClassName
{
background-color: #1FB4C3;
}
</style>
border-color css
<style>
span { border-color: #1FB4C3; }
span { border-color: rgb(31,180,195); }
td.TdClassName
{
border-color: #1FB4C3;
}
.TagClassName
{
border-color: #1FB4C3;
}
</style>