Shades of Light Sea Green #2BCFB9
Tints of Light Sea Green #2BCFB9
RGB
CMYK
RGB Variations
Color information
#2BCFB9 (or 0x2BCFB9) is known color: Light Sea Green. HEX triplet: 2B, CF and B9. RGB value is (43,207,185). Sum of RGB (Red+Green+Blue) = 43+207+185=435 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.89% from 435); Green value is 207 (81.25% from 255 or 47.59% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 207 - color contains mainly: green. Hex color #2BCFB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCFB9 is #D43046. Grayscale: #9B9B9B. Windows color (decimal): -13905991 or 12177195. OLE color: 12177195.
HSL color Cylindrical-coordinate representation of color #2BCFB9: hue angle of 171.95º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCFB9 is Cyan = 0.79, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 207 | 185 | - |
| CMYK | 0.79 | 0 | 0.11 | 0.19 |
| HSL | 171.95º | 0.66% | 0.49% | - |
| HSV(B) | 171.95º | 0.79% | 0.81% | - |
| XYZ | 32.07 | 48.64 | 53.6 | - |
| YUV | 155.46 | 144.67 | 47.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 207 | 185 | 0.79 | 0 | 0.11 | 0.19 | 171.95 | 0.66 | 0.49 |
| Hex | 2B | CF | B9 | 4F | 0 | B | 13 | AC | 42 | 31 |
| Octal | 53 | 317 | 271 | 117 | 0 | 13 | 23 | 254 | 102 | 61 |
| Binary | 101011 | 11001111 | 10111001 | 1001111 | 0 | 1011 | 10011 | 10101100 | 1000010 | 110001 |
Color Harmonies of #2BCFB9
Complementary color
Monochromatic Colors of #2BCFB9
Black with #2BCFB9
Text Example
Text Example
White with #2BCFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCFB9; }
p { color: rgb(43,207,185); }
H1.HeaderClassName
{
color: #2BCFB9;
}
.AnyTagClassName
{
color: #2BCFB9;
}
</style>
background-color css
<style>
a { background-color: #2BCFB9; }
a { background-color: rgb(43,207,185); }
div.DivClassName
{
background-color: #2BCFB9;
}
.BgClassName
{
background-color: #2BCFB9;
}
</style>
border-color css
<style>
span { border-color: #2BCFB9; }
span { border-color: rgb(43,207,185); }
td.TdClassName
{
border-color: #2BCFB9;
}
.TagClassName
{
border-color: #2BCFB9;
}
</style>