Shades of Light Sea Green #1FB3BD
Tints of Light Sea Green #1FB3BD
RGB
CMYK
RGB Variations
Color information
#1FB3BD (or 0x1FB3BD) is known color: Light Sea Green. HEX triplet: 1F, B3 and BD. RGB value is (31,179,189). Sum of RGB (Red+Green+Blue) = 31+179+189=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 179 (70.31% from 255 or 44.86% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #1FB3BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1FB3BD is #E04C42. Grayscale: #878787. Windows color (decimal): -14699587 or 12432159. OLE color: 12432159.
HSL color Cylindrical-coordinate representation of color #1FB3BD: hue angle of 183.8º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FB3BD is Cyan = 0.84, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 179 | 189 | - |
| CMYK | 0.84 | 0.05 | 0 | 0.26 |
| HSL | 183.8º | 0.72% | 0.43% | - |
| HSV(B) | 183.8º | 0.84% | 0.74% | - |
| XYZ | 25.87 | 36.21 | 53.77 | - |
| YUV | 135.89 | 157.97 | 53.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 179 | 189 | 0.84 | 0.05 | 0 | 0.26 | 183.8 | 0.72 | 0.43 |
| Hex | 1F | B3 | BD | 54 | 5 | 0 | 1A | B8 | 48 | 2B |
| Octal | 37 | 263 | 275 | 124 | 5 | 0 | 32 | 270 | 110 | 53 |
| Binary | 11111 | 10110011 | 10111101 | 1010100 | 101 | 0 | 11010 | 10111000 | 1001000 | 101011 |
Color Harmonies of #1FB3BD
Complementary color
Monochromatic Colors of #1FB3BD
Black with #1FB3BD
Text Example
Text Example
White with #1FB3BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB3BD; }
p { color: rgb(31,179,189); }
H1.HeaderClassName
{
color: #1FB3BD;
}
.AnyTagClassName
{
color: #1FB3BD;
}
</style>
background-color css
<style>
a { background-color: #1FB3BD; }
a { background-color: rgb(31,179,189); }
div.DivClassName
{
background-color: #1FB3BD;
}
.BgClassName
{
background-color: #1FB3BD;
}
</style>
border-color css
<style>
span { border-color: #1FB3BD; }
span { border-color: rgb(31,179,189); }
td.TdClassName
{
border-color: #1FB3BD;
}
.TagClassName
{
border-color: #1FB3BD;
}
</style>