Shades of Light Sea Green #2DCBB5
Tints of Light Sea Green #2DCBB5
RGB
CMYK
RGB Variations
Color information
#2DCBB5 (or 0x2DCBB5) is known color: Light Sea Green. HEX triplet: 2D, CB and B5. RGB value is (45,203,181). Sum of RGB (Red+Green+Blue) = 45+203+181=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 203 - color contains mainly: green. Hex color #2DCBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DCBB5 is #D2344A. Grayscale: #999999. Windows color (decimal): -13775947 or 11914029. OLE color: 11914029.
HSL color Cylindrical-coordinate representation of color #2DCBB5: hue angle of 171.65º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2DCBB5 is Cyan = 0.78, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 203 | 181 | - |
| CMYK | 0.78 | 0 | 0.11 | 0.20 |
| HSL | 171.65º | 0.64% | 0.49% | - |
| HSV(B) | 171.65º | 0.78% | 0.8% | - |
| XYZ | 30.78 | 46.61 | 51.09 | - |
| YUV | 153.25 | 143.65 | 50.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 203 | 181 | 0.78 | 0 | 0.11 | 0.20 | 171.65 | 0.64 | 0.49 |
| Hex | 2D | CB | B5 | 4E | 0 | B | 14 | AC | 40 | 31 |
| Octal | 55 | 313 | 265 | 116 | 0 | 13 | 24 | 254 | 100 | 61 |
| Binary | 101101 | 11001011 | 10110101 | 1001110 | 0 | 1011 | 10100 | 10101100 | 1000000 | 110001 |
Color Harmonies of #2DCBB5
Complementary color
Monochromatic Colors of #2DCBB5
Black with #2DCBB5
Text Example
Text Example
White with #2DCBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DCBB5; }
p { color: rgb(45,203,181); }
H1.HeaderClassName
{
color: #2DCBB5;
}
.AnyTagClassName
{
color: #2DCBB5;
}
</style>
background-color css
<style>
a { background-color: #2DCBB5; }
a { background-color: rgb(45,203,181); }
div.DivClassName
{
background-color: #2DCBB5;
}
.BgClassName
{
background-color: #2DCBB5;
}
</style>
border-color css
<style>
span { border-color: #2DCBB5; }
span { border-color: rgb(45,203,181); }
td.TdClassName
{
border-color: #2DCBB5;
}
.TagClassName
{
border-color: #2DCBB5;
}
</style>