Shades of Light Sea Green #1FB09A
Tints of Light Sea Green #1FB09A
RGB
CMYK
RGB Variations
Color information
#1FB09A (or 0x1FB09A) is known color: Light Sea Green. HEX triplet: 1F, B0 and 9A. RGB value is (31,176,154). Sum of RGB (Red+Green+Blue) = 31+176+154=361 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.59% from 361); Green value is 176 (69.14% from 255 or 48.75% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 176 - color contains mainly: green. Hex color #1FB09A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FB09A is #E04F65. Grayscale: #828282. Windows color (decimal): -14700390 or 10137631. OLE color: 10137631.
HSL color Cylindrical-coordinate representation of color #1FB09A: hue angle of 170.9º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FB09A is Cyan = 0.82, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 31 | 176 | 154 | - |
| CMYK | 0.82 | 0 | 0.12 | 0.31 |
| HSL | 170.9º | 0.7% | 0.41% | - |
| HSV(B) | 170.9º | 0.82% | 0.69% | - |
| XYZ | 21.92 | 33.68 | 35.92 | - |
| YUV | 130.14 | 141.46 | 57.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 176 | 154 | 0.82 | 0 | 0.12 | 0.31 | 170.9 | 0.7 | 0.41 |
| Hex | 1F | B0 | 9A | 52 | 0 | C | 1F | AB | 46 | 29 |
| Octal | 37 | 260 | 232 | 122 | 0 | 14 | 37 | 253 | 106 | 51 |
| Binary | 11111 | 10110000 | 10011010 | 1010010 | 0 | 1100 | 11111 | 10101011 | 1000110 | 101001 |
Color Harmonies of #1FB09A
Complementary color
Monochromatic Colors of #1FB09A
Black with #1FB09A
Text Example
Text Example
White with #1FB09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FB09A; }
p { color: rgb(31,176,154); }
H1.HeaderClassName
{
color: #1FB09A;
}
.AnyTagClassName
{
color: #1FB09A;
}
</style>
background-color css
<style>
a { background-color: #1FB09A; }
a { background-color: rgb(31,176,154); }
div.DivClassName
{
background-color: #1FB09A;
}
.BgClassName
{
background-color: #1FB09A;
}
</style>
border-color css
<style>
span { border-color: #1FB09A; }
span { border-color: rgb(31,176,154); }
td.TdClassName
{
border-color: #1FB09A;
}
.TagClassName
{
border-color: #1FB09A;
}
</style>