Shades of Light Sea Green #1FB8C0
Tints of Light Sea Green #1FB8C0
RGB
CMYK
RGB Variations
Color information
#1FB8C0 (or 0x1FB8C0) is known color: Light Sea Green. HEX triplet: 1F, B8 and C0. RGB value is (31,184,192). Sum of RGB (Red+Green+Blue) = 31+184+192=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 192 (75.39% from 255 or 47.17% from 407); Max value from RGB is 192 - color contains mainly: blue. Hex color #1FB8C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB8C0 is #E0473F. Grayscale: #8A8A8A. Windows color (decimal): -14698304 or 12630047. OLE color: 12630047.
HSL color Cylindrical-coordinate representation of color #1FB8C0: hue angle of 182.98º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FB8C0 is Cyan = 0.84, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 184 | 192 | - |
| CMYK | 0.84 | 0.04 | 0 | 0.25 |
| HSL | 182.98º | 0.72% | 0.44% | - |
| HSV(B) | 182.98º | 0.84% | 0.75% | - |
| XYZ | 27.22 | 38.38 | 55.84 | - |
| YUV | 139.17 | 157.81 | 50.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 192 | 0.84 | 0.04 | 0 | 0.25 | 182.98 | 0.72 | 0.44 |
| Hex | 1F | B8 | C0 | 54 | 4 | 0 | 19 | B7 | 48 | 2C |
| Octal | 37 | 270 | 300 | 124 | 4 | 0 | 31 | 267 | 110 | 54 |
| Binary | 11111 | 10111000 | 11000000 | 1010100 | 100 | 0 | 11001 | 10110111 | 1001000 | 101100 |
Color Harmonies of #1FB8C0
Complementary color
Monochromatic Colors of #1FB8C0
Black with #1FB8C0
Text Example
Text Example
White with #1FB8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB8C0; }
p { color: rgb(31,184,192); }
H1.HeaderClassName
{
color: #1FB8C0;
}
.AnyTagClassName
{
color: #1FB8C0;
}
</style>
background-color css
<style>
a { background-color: #1FB8C0; }
a { background-color: rgb(31,184,192); }
div.DivClassName
{
background-color: #1FB8C0;
}
.BgClassName
{
background-color: #1FB8C0;
}
</style>
border-color css
<style>
span { border-color: #1FB8C0; }
span { border-color: rgb(31,184,192); }
td.TdClassName
{
border-color: #1FB8C0;
}
.TagClassName
{
border-color: #1FB8C0;
}
</style>