Shades of Light Sea Green #1FB8C2
Tints of Light Sea Green #1FB8C2
RGB
CMYK
RGB Variations
Color information
#1FB8C2 (or 0x1FB8C2) is known color: Light Sea Green. HEX triplet: 1F, B8 and C2. RGB value is (31,184,194). Sum of RGB (Red+Green+Blue) = 31+184+194=409 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.58% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 194 (76.17% from 255 or 47.43% from 409); Max value from RGB is 194 - color contains mainly: blue. Hex color #1FB8C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB8C2 is #E0473D. Grayscale: #8B8B8B. Windows color (decimal): -14698302 or 12761119. OLE color: 12761119.
HSL color Cylindrical-coordinate representation of color #1FB8C2: hue angle of 183.68º 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 #1FB8C2 is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 184 | 194 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.24 |
| HSL | 183.68º | 0.72% | 0.44% | - |
| HSV(B) | 183.68º | 0.84% | 0.76% | - |
| XYZ | 27.44 | 38.47 | 57.02 | - |
| YUV | 139.39 | 158.81 | 50.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 184 | 194 | 0.84 | 0.05 | 0 | 0.24 | 183.68 | 0.72 | 0.44 |
| Hex | 1F | B8 | C2 | 54 | 5 | 0 | 18 | B8 | 48 | 2C |
| Octal | 37 | 270 | 302 | 124 | 5 | 0 | 30 | 270 | 110 | 54 |
| Binary | 11111 | 10111000 | 11000010 | 1010100 | 101 | 0 | 11000 | 10111000 | 1001000 | 101100 |
Color Harmonies of #1FB8C2
Complementary color
Monochromatic Colors of #1FB8C2
Black with #1FB8C2
Text Example
Text Example
White with #1FB8C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB8C2; }
p { color: rgb(31,184,194); }
H1.HeaderClassName
{
color: #1FB8C2;
}
.AnyTagClassName
{
color: #1FB8C2;
}
</style>
background-color css
<style>
a { background-color: #1FB8C2; }
a { background-color: rgb(31,184,194); }
div.DivClassName
{
background-color: #1FB8C2;
}
.BgClassName
{
background-color: #1FB8C2;
}
</style>
border-color css
<style>
span { border-color: #1FB8C2; }
span { border-color: rgb(31,184,194); }
td.TdClassName
{
border-color: #1FB8C2;
}
.TagClassName
{
border-color: #1FB8C2;
}
</style>