Shades of Light Sea Green #1FAFBA
Tints of Light Sea Green #1FAFBA
RGB
CMYK
RGB Variations
Color information
#1FAFBA (or 0x1FAFBA) is known color: Light Sea Green. HEX triplet: 1F, AF and BA. RGB value is (31,175,186). Sum of RGB (Red+Green+Blue) = 31+175+186=392 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.91% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #1FAFBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FAFBA is #E05045. Grayscale: #858585. Windows color (decimal): -14700614 or 12234527. OLE color: 12234527.
HSL color Cylindrical-coordinate representation of color #1FAFBA: hue angle of 184.26º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FAFBA is Cyan = 0.83, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 175 | 186 | - |
| CMYK | 0.83 | 0.06 | 0 | 0.27 |
| HSL | 184.26º | 0.71% | 0.43% | - |
| HSV(B) | 184.26º | 0.83% | 0.73% | - |
| XYZ | 24.76 | 34.5 | 51.81 | - |
| YUV | 133.2 | 157.79 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 175 | 186 | 0.83 | 0.06 | 0 | 0.27 | 184.26 | 0.71 | 0.43 |
| Hex | 1F | AF | BA | 53 | 6 | 0 | 1B | B8 | 47 | 2B |
| Octal | 37 | 257 | 272 | 123 | 6 | 0 | 33 | 270 | 107 | 53 |
| Binary | 11111 | 10101111 | 10111010 | 1010011 | 110 | 0 | 11011 | 10111000 | 1000111 | 101011 |
Color Harmonies of #1FAFBA
Complementary color
Monochromatic Colors of #1FAFBA
Black with #1FAFBA
Text Example
Text Example
White with #1FAFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FAFBA; }
p { color: rgb(31,175,186); }
H1.HeaderClassName
{
color: #1FAFBA;
}
.AnyTagClassName
{
color: #1FAFBA;
}
</style>
background-color css
<style>
a { background-color: #1FAFBA; }
a { background-color: rgb(31,175,186); }
div.DivClassName
{
background-color: #1FAFBA;
}
.BgClassName
{
background-color: #1FAFBA;
}
</style>
border-color css
<style>
span { border-color: #1FAFBA; }
span { border-color: rgb(31,175,186); }
td.TdClassName
{
border-color: #1FAFBA;
}
.TagClassName
{
border-color: #1FAFBA;
}
</style>