Shades of Light Sea Green #1FB6C2
Tints of Light Sea Green #1FB6C2
RGB
CMYK
RGB Variations
Color information
#1FB6C2 (or 0x1FB6C2) is known color: Light Sea Green. HEX triplet: 1F, B6 and C2. RGB value is (31,182,194). Sum of RGB (Red+Green+Blue) = 31+182+194=407 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.62% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #1FB6C2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB6C2 is #E0493D. Grayscale: #8A8A8A. Windows color (decimal): -14698814 or 12760607. OLE color: 12760607.
HSL color Cylindrical-coordinate representation of color #1FB6C2: hue angle of 184.42º 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 #1FB6C2 is Cyan = 0.84, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 182 | 194 | - |
| CMYK | 0.84 | 0.06 | 0 | 0.24 |
| HSL | 184.42º | 0.72% | 0.44% | - |
| HSV(B) | 184.42º | 0.84% | 0.76% | - |
| XYZ | 27.03 | 37.64 | 56.88 | - |
| YUV | 138.22 | 159.47 | 51.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 182 | 194 | 0.84 | 0.06 | 0 | 0.24 | 184.42 | 0.72 | 0.44 |
| Hex | 1F | B6 | C2 | 54 | 6 | 0 | 18 | B8 | 48 | 2C |
| Octal | 37 | 266 | 302 | 124 | 6 | 0 | 30 | 270 | 110 | 54 |
| Binary | 11111 | 10110110 | 11000010 | 1010100 | 110 | 0 | 11000 | 10111000 | 1001000 | 101100 |
Color Harmonies of #1FB6C2
Complementary color
Monochromatic Colors of #1FB6C2
Black with #1FB6C2
Text Example
Text Example
White with #1FB6C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB6C2; }
p { color: rgb(31,182,194); }
H1.HeaderClassName
{
color: #1FB6C2;
}
.AnyTagClassName
{
color: #1FB6C2;
}
</style>
background-color css
<style>
a { background-color: #1FB6C2; }
a { background-color: rgb(31,182,194); }
div.DivClassName
{
background-color: #1FB6C2;
}
.BgClassName
{
background-color: #1FB6C2;
}
</style>
border-color css
<style>
span { border-color: #1FB6C2; }
span { border-color: rgb(31,182,194); }
td.TdClassName
{
border-color: #1FB6C2;
}
.TagClassName
{
border-color: #1FB6C2;
}
</style>