Shades of Light Sea Green #1FB29A
Tints of Light Sea Green #1FB29A
RGB
CMYK
RGB Variations
Color information
#1FB29A (or 0x1FB29A) is known color: Light Sea Green. HEX triplet: 1F, B2 and 9A. RGB value is (31,178,154). Sum of RGB (Red+Green+Blue) = 31+178+154=363 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.54% from 363); Green value is 178 (69.92% from 255 or 49.04% from 363); Blue value is 154 (60.55% from 255 or 42.42% from 363); Max value from RGB is 178 - color contains mainly: green. Hex color #1FB29A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB29A is #E04D65. Grayscale: #838383. Windows color (decimal): -14699878 or 10138143. OLE color: 10138143.
HSL color Cylindrical-coordinate representation of color #1FB29A: hue angle of 170.2º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FB29A is Cyan = 0.83, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 31 | 178 | 154 | - |
| CMYK | 0.83 | 0 | 0.13 | 0.30 |
| HSL | 170.2º | 0.7% | 0.41% | - |
| HSV(B) | 170.2º | 0.83% | 0.7% | - |
| XYZ | 22.32 | 34.47 | 36.05 | - |
| YUV | 131.31 | 140.8 | 56.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 178 | 154 | 0.83 | 0 | 0.13 | 0.30 | 170.2 | 0.7 | 0.41 |
| Hex | 1F | B2 | 9A | 53 | 0 | D | 1E | AA | 46 | 29 |
| Octal | 37 | 262 | 232 | 123 | 0 | 15 | 36 | 252 | 106 | 51 |
| Binary | 11111 | 10110010 | 10011010 | 1010011 | 0 | 1101 | 11110 | 10101010 | 1000110 | 101001 |
Color Harmonies of #1FB29A
Complementary color
Monochromatic Colors of #1FB29A
Black with #1FB29A
Text Example
Text Example
White with #1FB29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB29A; }
p { color: rgb(31,178,154); }
H1.HeaderClassName
{
color: #1FB29A;
}
.AnyTagClassName
{
color: #1FB29A;
}
</style>
background-color css
<style>
a { background-color: #1FB29A; }
a { background-color: rgb(31,178,154); }
div.DivClassName
{
background-color: #1FB29A;
}
.BgClassName
{
background-color: #1FB29A;
}
</style>
border-color css
<style>
span { border-color: #1FB29A; }
span { border-color: rgb(31,178,154); }
td.TdClassName
{
border-color: #1FB29A;
}
.TagClassName
{
border-color: #1FB29A;
}
</style>