Shades of Light Sea Green #1BAF98
Tints of Light Sea Green #1BAF98
RGB
CMYK
RGB Variations
Color information
#1BAF98 (or 0x1BAF98) is known color: Light Sea Green. HEX triplet: 1B, AF and 98. RGB value is (27,175,152). Sum of RGB (Red+Green+Blue) = 27+175+152=354 (46% of max value = 765). Red value is 27 (10.94% from 255 or 7.63% from 354); Green value is 175 (68.75% from 255 or 49.44% from 354); Blue value is 152 (59.77% from 255 or 42.94% from 354); Max value from RGB is 175 - color contains mainly: green. Hex color #1BAF98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAF98 is #E45067. Grayscale: #808080. Windows color (decimal): -14962792 or 10006299. OLE color: 10006299.
HSL color Cylindrical-coordinate representation of color #1BAF98: hue angle of 170.68º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1BAF98 is Cyan = 0.85, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 152 | - |
| CMYK | 0.85 | 0 | 0.13 | 0.31 |
| HSL | 170.68º | 0.73% | 0.4% | - |
| HSV(B) | 170.68º | 0.85% | 0.69% | - |
| XYZ | 21.45 | 33.16 | 34.98 | - |
| YUV | 128.13 | 141.47 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 152 | 0.85 | 0 | 0.13 | 0.31 | 170.68 | 0.73 | 0.4 |
| Hex | 1B | AF | 98 | 55 | 0 | D | 1F | AB | 49 | 28 |
| Octal | 33 | 257 | 230 | 125 | 0 | 15 | 37 | 253 | 111 | 50 |
| Binary | 11011 | 10101111 | 10011000 | 1010101 | 0 | 1101 | 11111 | 10101011 | 1001001 | 101000 |
Color Harmonies of #1BAF98
Complementary color
Monochromatic Colors of #1BAF98
Black with #1BAF98
Text Example
Text Example
White with #1BAF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAF98; }
p { color: rgb(27,175,152); }
H1.HeaderClassName
{
color: #1BAF98;
}
.AnyTagClassName
{
color: #1BAF98;
}
</style>
background-color css
<style>
a { background-color: #1BAF98; }
a { background-color: rgb(27,175,152); }
div.DivClassName
{
background-color: #1BAF98;
}
.BgClassName
{
background-color: #1BAF98;
}
</style>
border-color css
<style>
span { border-color: #1BAF98; }
span { border-color: rgb(27,175,152); }
td.TdClassName
{
border-color: #1BAF98;
}
.TagClassName
{
border-color: #1BAF98;
}
</style>