Shades of Light Sea Green #1CBBB5
Tints of Light Sea Green #1CBBB5
RGB
CMYK
RGB Variations
Color information
#1CBBB5 (or 0x1CBBB5) is known color: Light Sea Green. HEX triplet: 1C, BB and B5. RGB value is (28,187,181). Sum of RGB (Red+Green+Blue) = 28+187+181=396 (52% of max value = 765). Red value is 28 (11.33% from 255 or 7.07% from 396); Green value is 187 (73.44% from 255 or 47.22% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 187 - color contains mainly: green. Hex color #1CBBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1CBBB5 is #E3444A. Grayscale: #8A8A8A. Windows color (decimal): -14894155 or 11909916. OLE color: 11909916.
HSL color Cylindrical-coordinate representation of color #1CBBB5: hue angle of 177.74º 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 #1CBBB5 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 28 | 187 | 181 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.27 |
| HSL | 177.74º | 0.74% | 0.42% | - |
| HSV(B) | 177.74º | 0.85% | 0.73% | - |
| XYZ | 26.59 | 39.12 | 49.87 | - |
| YUV | 138.78 | 151.82 | 48.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 187 | 181 | 0.85 | 0 | 0.03 | 0.27 | 177.74 | 0.74 | 0.42 |
| Hex | 1C | BB | B5 | 55 | 0 | 3 | 1B | B2 | 4A | 2A |
| Octal | 34 | 273 | 265 | 125 | 0 | 3 | 33 | 262 | 112 | 52 |
| Binary | 11100 | 10111011 | 10110101 | 1010101 | 0 | 11 | 11011 | 10110010 | 1001010 | 101010 |
Color Harmonies of #1CBBB5
Complementary color
Monochromatic Colors of #1CBBB5
Black with #1CBBB5
Text Example
Text Example
White with #1CBBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CBBB5; }
p { color: rgb(28,187,181); }
H1.HeaderClassName
{
color: #1CBBB5;
}
.AnyTagClassName
{
color: #1CBBB5;
}
</style>
background-color css
<style>
a { background-color: #1CBBB5; }
a { background-color: rgb(28,187,181); }
div.DivClassName
{
background-color: #1CBBB5;
}
.BgClassName
{
background-color: #1CBBB5;
}
</style>
border-color css
<style>
span { border-color: #1CBBB5; }
span { border-color: rgb(28,187,181); }
td.TdClassName
{
border-color: #1CBBB5;
}
.TagClassName
{
border-color: #1CBBB5;
}
</style>