Shades of Light Sea Green #1FA89B
Tints of Light Sea Green #1FA89B
RGB
CMYK
RGB Variations
Color information
#1FA89B (or 0x1FA89B) is known color: Light Sea Green. HEX triplet: 1F, A8 and 9B. RGB value is (31,168,155). Sum of RGB (Red+Green+Blue) = 31+168+155=354 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.76% from 354); Green value is 168 (66.02% from 255 or 47.46% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 168 - color contains mainly: green. Hex color #1FA89B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1FA89B is #E05764. Grayscale: #7D7D7D. Windows color (decimal): -14702437 or 10201119. OLE color: 10201119.
HSL color Cylindrical-coordinate representation of color #1FA89B: hue angle of 174.31º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1FA89B is Cyan = 0.82, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 31 | 168 | 155 | - |
| CMYK | 0.82 | 0 | 0.08 | 0.34 |
| HSL | 174.31º | 0.69% | 0.39% | - |
| HSV(B) | 174.31º | 0.82% | 0.66% | - |
| XYZ | 20.48 | 30.66 | 35.85 | - |
| YUV | 125.56 | 144.61 | 60.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 168 | 155 | 0.82 | 0 | 0.08 | 0.34 | 174.31 | 0.69 | 0.39 |
| Hex | 1F | A8 | 9B | 52 | 0 | 8 | 22 | AE | 45 | 27 |
| Octal | 37 | 250 | 233 | 122 | 0 | 10 | 42 | 256 | 105 | 47 |
| Binary | 11111 | 10101000 | 10011011 | 1010010 | 0 | 1000 | 100010 | 10101110 | 1000101 | 100111 |
Color Harmonies of #1FA89B
Complementary color
Monochromatic Colors of #1FA89B
Black with #1FA89B
Text Example
Text Example
White with #1FA89B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA89B; }
p { color: rgb(31,168,155); }
H1.HeaderClassName
{
color: #1FA89B;
}
.AnyTagClassName
{
color: #1FA89B;
}
</style>
background-color css
<style>
a { background-color: #1FA89B; }
a { background-color: rgb(31,168,155); }
div.DivClassName
{
background-color: #1FA89B;
}
.BgClassName
{
background-color: #1FA89B;
}
</style>
border-color css
<style>
span { border-color: #1FA89B; }
span { border-color: rgb(31,168,155); }
td.TdClassName
{
border-color: #1FA89B;
}
.TagClassName
{
border-color: #1FA89B;
}
</style>