Shades of Light Sea Green #2BCDB4
Tints of Light Sea Green #2BCDB4
RGB
CMYK
RGB Variations
Color information
#2BCDB4 (or 0x2BCDB4) is known color: Light Sea Green. HEX triplet: 2B, CD and B4. RGB value is (43,205,180). Sum of RGB (Red+Green+Blue) = 43+205+180=428 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.05% from 428); Green value is 205 (80.47% from 255 or 47.90% from 428); Blue value is 180 (70.70% from 255 or 42.06% from 428); Max value from RGB is 205 - color contains mainly: green. Hex color #2BCDB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCDB4 is #D4324B. Grayscale: #999999. Windows color (decimal): -13906508 or 11849003. OLE color: 11849003.
HSL color Cylindrical-coordinate representation of color #2BCDB4: hue angle of 170.74º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BCDB4 is Cyan = 0.79, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 205 | 180 | - |
| CMYK | 0.79 | 0 | 0.12 | 0.20 |
| HSL | 170.74º | 0.65% | 0.49% | - |
| HSV(B) | 170.74º | 0.79% | 0.8% | - |
| XYZ | 31.07 | 47.47 | 50.71 | - |
| YUV | 153.71 | 142.83 | 49.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 205 | 180 | 0.79 | 0 | 0.12 | 0.20 | 170.74 | 0.65 | 0.49 |
| Hex | 2B | CD | B4 | 4F | 0 | C | 14 | AB | 41 | 31 |
| Octal | 53 | 315 | 264 | 117 | 0 | 14 | 24 | 253 | 101 | 61 |
| Binary | 101011 | 11001101 | 10110100 | 1001111 | 0 | 1100 | 10100 | 10101011 | 1000001 | 110001 |
Color Harmonies of #2BCDB4
Complementary color
Monochromatic Colors of #2BCDB4
Black with #2BCDB4
Text Example
Text Example
White with #2BCDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCDB4; }
p { color: rgb(43,205,180); }
H1.HeaderClassName
{
color: #2BCDB4;
}
.AnyTagClassName
{
color: #2BCDB4;
}
</style>
background-color css
<style>
a { background-color: #2BCDB4; }
a { background-color: rgb(43,205,180); }
div.DivClassName
{
background-color: #2BCDB4;
}
.BgClassName
{
background-color: #2BCDB4;
}
</style>
border-color css
<style>
span { border-color: #2BCDB4; }
span { border-color: rgb(43,205,180); }
td.TdClassName
{
border-color: #2BCDB4;
}
.TagClassName
{
border-color: #2BCDB4;
}
</style>