Shades of Light Sea Green #1CAFBC
Tints of Light Sea Green #1CAFBC
RGB
CMYK
RGB Variations
Color information
#1CAFBC (or 0x1CAFBC) is known color: Light Sea Green. HEX triplet: 1C, AF and BC. RGB value is (28,175,188). Sum of RGB (Red+Green+Blue) = 28+175+188=391 (51% of max value = 765). Red value is 28 (11.33% from 255 or 7.16% from 391); Green value is 175 (68.75% from 255 or 44.76% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #1CAFBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1CAFBC is #E35043. Grayscale: #848484. Windows color (decimal): -14897220 or 12365596. OLE color: 12365596.
HSL color Cylindrical-coordinate representation of color #1CAFBC: hue angle of 184.88º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CAFBC is Cyan = 0.85, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 28 | 175 | 188 | - |
| CMYK | 0.85 | 0.07 | 0 | 0.26 |
| HSL | 184.88º | 0.74% | 0.42% | - |
| HSV(B) | 184.88º | 0.85% | 0.74% | - |
| XYZ | 24.89 | 34.54 | 52.93 | - |
| YUV | 132.53 | 159.3 | 53.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 175 | 188 | 0.85 | 0.07 | 0 | 0.26 | 184.88 | 0.74 | 0.42 |
| Hex | 1C | AF | BC | 55 | 7 | 0 | 1A | B9 | 4A | 2A |
| Octal | 34 | 257 | 274 | 125 | 7 | 0 | 32 | 271 | 112 | 52 |
| Binary | 11100 | 10101111 | 10111100 | 1010101 | 111 | 0 | 11010 | 10111001 | 1001010 | 101010 |
Color Harmonies of #1CAFBC
Complementary color
Monochromatic Colors of #1CAFBC
Black with #1CAFBC
Text Example
Text Example
White with #1CAFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CAFBC; }
p { color: rgb(28,175,188); }
H1.HeaderClassName
{
color: #1CAFBC;
}
.AnyTagClassName
{
color: #1CAFBC;
}
</style>
background-color css
<style>
a { background-color: #1CAFBC; }
a { background-color: rgb(28,175,188); }
div.DivClassName
{
background-color: #1CAFBC;
}
.BgClassName
{
background-color: #1CAFBC;
}
</style>
border-color css
<style>
span { border-color: #1CAFBC; }
span { border-color: rgb(28,175,188); }
td.TdClassName
{
border-color: #1CAFBC;
}
.TagClassName
{
border-color: #1CAFBC;
}
</style>