Shades of Light Sea Green #1CB6AF
Tints of Light Sea Green #1CB6AF
RGB
CMYK
RGB Variations
Color information
#1CB6AF (or 0x1CB6AF) is known color: Light Sea Green. HEX triplet: 1C, B6 and AF. RGB value is (28,182,175). Sum of RGB (Red+Green+Blue) = 28+182+175=385 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.27% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 175 (68.75% from 255 or 45.45% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #1CB6AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CB6AF is #E34950. Grayscale: #878787. Windows color (decimal): -14895441 or 11515420. OLE color: 11515420.
HSL color Cylindrical-coordinate representation of color #1CB6AF: hue angle of 177.27º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CB6AF is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 28 | 182 | 175 | - |
| CMYK | 0.85 | 0 | 0.04 | 0.29 |
| HSL | 177.27º | 0.73% | 0.41% | - |
| HSV(B) | 177.27º | 0.85% | 0.71% | - |
| XYZ | 24.94 | 36.8 | 46.35 | - |
| YUV | 135.16 | 150.48 | 51.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 182 | 175 | 0.85 | 0 | 0.04 | 0.29 | 177.27 | 0.73 | 0.41 |
| Hex | 1C | B6 | AF | 55 | 0 | 4 | 1D | B1 | 49 | 29 |
| Octal | 34 | 266 | 257 | 125 | 0 | 4 | 35 | 261 | 111 | 51 |
| Binary | 11100 | 10110110 | 10101111 | 1010101 | 0 | 100 | 11101 | 10110001 | 1001001 | 101001 |
Color Harmonies of #1CB6AF
Complementary color
Monochromatic Colors of #1CB6AF
Black with #1CB6AF
Text Example
Text Example
White with #1CB6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CB6AF; }
p { color: rgb(28,182,175); }
H1.HeaderClassName
{
color: #1CB6AF;
}
.AnyTagClassName
{
color: #1CB6AF;
}
</style>
background-color css
<style>
a { background-color: #1CB6AF; }
a { background-color: rgb(28,182,175); }
div.DivClassName
{
background-color: #1CB6AF;
}
.BgClassName
{
background-color: #1CB6AF;
}
</style>
border-color css
<style>
span { border-color: #1CB6AF; }
span { border-color: rgb(28,182,175); }
td.TdClassName
{
border-color: #1CB6AF;
}
.TagClassName
{
border-color: #1CB6AF;
}
</style>