Shades of Light Sea Green #1CBEAF
Tints of Light Sea Green #1CBEAF
RGB
CMYK
RGB Variations
Color information
#1CBEAF (or 0x1CBEAF) is known color: Light Sea Green. HEX triplet: 1C, BE and AF. RGB value is (28,190,175). Sum of RGB (Red+Green+Blue) = 28+190+175=393 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.12% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #1CBEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBEAF is #E34150. Grayscale: #8B8B8B. Windows color (decimal): -14893393 or 11517468. OLE color: 11517468.
HSL color Cylindrical-coordinate representation of color #1CBEAF: hue angle of 174.44º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBEAF is Cyan = 0.85, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 190 | 175 | - |
| CMYK | 0.85 | 0 | 0.08 | 0.25 |
| HSL | 174.44º | 0.74% | 0.43% | - |
| HSV(B) | 174.44º | 0.85% | 0.75% | - |
| XYZ | 26.63 | 40.17 | 46.91 | - |
| YUV | 139.85 | 147.83 | 48.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 190 | 175 | 0.85 | 0 | 0.08 | 0.25 | 174.44 | 0.74 | 0.43 |
| Hex | 1C | BE | AF | 55 | 0 | 8 | 19 | AE | 4A | 2B |
| Octal | 34 | 276 | 257 | 125 | 0 | 10 | 31 | 256 | 112 | 53 |
| Binary | 11100 | 10111110 | 10101111 | 1010101 | 0 | 1000 | 11001 | 10101110 | 1001010 | 101011 |
Color Harmonies of #1CBEAF
Complementary color
Monochromatic Colors of #1CBEAF
Black with #1CBEAF
Text Example
Text Example
White with #1CBEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBEAF; }
p { color: rgb(28,190,175); }
H1.HeaderClassName
{
color: #1CBEAF;
}
.AnyTagClassName
{
color: #1CBEAF;
}
</style>
background-color css
<style>
a { background-color: #1CBEAF; }
a { background-color: rgb(28,190,175); }
div.DivClassName
{
background-color: #1CBEAF;
}
.BgClassName
{
background-color: #1CBEAF;
}
</style>
border-color css
<style>
span { border-color: #1CBEAF; }
span { border-color: rgb(28,190,175); }
td.TdClassName
{
border-color: #1CBEAF;
}
.TagClassName
{
border-color: #1CBEAF;
}
</style>