Shades of Light Sea Green #1BAFAF
Tints of Light Sea Green #1BAFAF
RGB
CMYK
RGB Variations
Color information
#1BAFAF (or 0x1BAFAF) is known color: Light Sea Green. HEX triplet: 1B, AF and AF. RGB value is (27,175,175). Sum of RGB (Red+Green+Blue) = 27+175+175=377 (49% of max value = 765). Red value is 27 (10.94% from 255 or 7.16% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: green, blue. Hex color #1BAFAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1BAFAF is #E45050. Grayscale: #828282. Windows color (decimal): -14962769 or 11513627. OLE color: 11513627.
HSL color Cylindrical-coordinate representation of color #1BAFAF: hue angle of 180º 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 #1BAFAF is Cyan = 0.85, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 27 | 175 | 175 | - |
| CMYK | 0.85 | 0 | 0 | 0.31 |
| HSL | 180º | 0.73% | 0.4% | - |
| HSV(B) | 180º | 0.85% | 0.69% | - |
| XYZ | 23.52 | 33.99 | 45.88 | - |
| YUV | 130.75 | 152.97 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 175 | 175 | 0.85 | 0 | 0 | 0.31 | 180 | 0.73 | 0.4 |
| Hex | 1B | AF | AF | 55 | 0 | 0 | 1F | B4 | 49 | 28 |
| Octal | 33 | 257 | 257 | 125 | 0 | 0 | 37 | 264 | 111 | 50 |
| Binary | 11011 | 10101111 | 10101111 | 1010101 | 0 | 0 | 11111 | 10110100 | 1001001 | 101000 |
Color Harmonies of #1BAFAF
Complementary color
Monochromatic Colors of #1BAFAF
Black with #1BAFAF
Text Example
Text Example
White with #1BAFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1BAFAF; }
p { color: rgb(27,175,175); }
H1.HeaderClassName
{
color: #1BAFAF;
}
.AnyTagClassName
{
color: #1BAFAF;
}
</style>
background-color css
<style>
a { background-color: #1BAFAF; }
a { background-color: rgb(27,175,175); }
div.DivClassName
{
background-color: #1BAFAF;
}
.BgClassName
{
background-color: #1BAFAF;
}
</style>
border-color css
<style>
span { border-color: #1BAFAF; }
span { border-color: rgb(27,175,175); }
td.TdClassName
{
border-color: #1BAFAF;
}
.TagClassName
{
border-color: #1BAFAF;
}
</style>