Shades of Light Sea Green #1FB8C1
Tints of Light Sea Green #1FB8C1
RGB
CMYK
RGB Variations
Color information
#1FB8C1 (or 0x1FB8C1) is known color: Light Sea Green. HEX triplet: 1F, B8 and C1. RGB value is (31,184,193). Sum of RGB (Red+Green+Blue) = 31+184+193=408 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.60% from 408); Green value is 184 (72.27% from 255 or 45.10% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #1FB8C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB8C1 is #E0473E. Grayscale: #8B8B8B. Windows color (decimal): -14698303 or 12695583. OLE color: 12695583.
HSL color Cylindrical-coordinate representation of color #1FB8C1: hue angle of 183.33º 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 #1FB8C1 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 184 | 193 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.24 |
| HSL | 183.33º | 0.72% | 0.44% | - |
| HSV(B) | 183.33º | 0.84% | 0.76% | - |
| XYZ | 27.33 | 38.42 | 56.43 | - |
| YUV | 139.28 | 158.31 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 193 | 0.84 | 0.05 | 0 | 0.24 | 183.33 | 0.72 | 0.44 |
| Hex | 1F | B8 | C1 | 54 | 5 | 0 | 18 | B7 | 48 | 2C |
| Octal | 37 | 270 | 301 | 124 | 5 | 0 | 30 | 267 | 110 | 54 |
| Binary | 11111 | 10111000 | 11000001 | 1010100 | 101 | 0 | 11000 | 10110111 | 1001000 | 101100 |
Color Harmonies of #1FB8C1
Complementary color
Monochromatic Colors of #1FB8C1
Black with #1FB8C1
Text Example
Text Example
White with #1FB8C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB8C1; }
p { color: rgb(31,184,193); }
H1.HeaderClassName
{
color: #1FB8C1;
}
.AnyTagClassName
{
color: #1FB8C1;
}
</style>
background-color css
<style>
a { background-color: #1FB8C1; }
a { background-color: rgb(31,184,193); }
div.DivClassName
{
background-color: #1FB8C1;
}
.BgClassName
{
background-color: #1FB8C1;
}
</style>
border-color css
<style>
span { border-color: #1FB8C1; }
span { border-color: rgb(31,184,193); }
td.TdClassName
{
border-color: #1FB8C1;
}
.TagClassName
{
border-color: #1FB8C1;
}
</style>