Shades of Light Sea Green #1CBBA4
Tints of Light Sea Green #1CBBA4
RGB
CMYK
RGB Variations
Color information
#1CBBA4 (or 0x1CBBA4) is known color: Light Sea Green. HEX triplet: 1C, BB and A4. RGB value is (28,187,164). Sum of RGB (Red+Green+Blue) = 28+187+164=379 (50% of max value = 765). Red value is 28 (11.33% from 255 or 7.39% from 379); Green value is 187 (73.44% from 255 or 49.34% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBBA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CBBA4 is #E3445B. Grayscale: #888888. Windows color (decimal): -14894172 or 10795804. OLE color: 10795804.
HSL color Cylindrical-coordinate representation of color #1CBBA4: hue angle of 171.32º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1CBBA4 is Cyan = 0.85, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 164 | - |
| CMYK | 0.85 | 0 | 0.12 | 0.27 |
| HSL | 171.32º | 0.74% | 0.42% | - |
| HSV(B) | 171.32º | 0.85% | 0.73% | - |
| XYZ | 24.95 | 38.47 | 41.23 | - |
| YUV | 136.84 | 143.32 | 50.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 164 | 0.85 | 0 | 0.12 | 0.27 | 171.32 | 0.74 | 0.42 |
| Hex | 1C | BB | A4 | 55 | 0 | C | 1B | AB | 4A | 2A |
| Octal | 34 | 273 | 244 | 125 | 0 | 14 | 33 | 253 | 112 | 52 |
| Binary | 11100 | 10111011 | 10100100 | 1010101 | 0 | 1100 | 11011 | 10101011 | 1001010 | 101010 |
Color Harmonies of #1CBBA4
Complementary color
Monochromatic Colors of #1CBBA4
Black with #1CBBA4
Text Example
Text Example
White with #1CBBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBBA4; }
p { color: rgb(28,187,164); }
H1.HeaderClassName
{
color: #1CBBA4;
}
.AnyTagClassName
{
color: #1CBBA4;
}
</style>
background-color css
<style>
a { background-color: #1CBBA4; }
a { background-color: rgb(28,187,164); }
div.DivClassName
{
background-color: #1CBBA4;
}
.BgClassName
{
background-color: #1CBBA4;
}
</style>
border-color css
<style>
span { border-color: #1CBBA4; }
span { border-color: rgb(28,187,164); }
td.TdClassName
{
border-color: #1CBBA4;
}
.TagClassName
{
border-color: #1CBBA4;
}
</style>