Shades of Light Sea Green #2DBDC1
Tints of Light Sea Green #2DBDC1
RGB
CMYK
RGB Variations
Color information
#2DBDC1 (or 0x2DBDC1) is known color: Light Sea Green. HEX triplet: 2D, BD and C1. RGB value is (45,189,193). Sum of RGB (Red+Green+Blue) = 45+189+193=427 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.54% from 427); Green value is 189 (74.22% from 255 or 44.26% from 427); Blue value is 193 (75.78% from 255 or 45.20% from 427); Max value from RGB is 193 - color contains mainly: blue. Hex color #2DBDC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBDC1 is #D2423E. Grayscale: #929292. Windows color (decimal): -13779519 or 12696877. OLE color: 12696877.
HSL color Cylindrical-coordinate representation of color #2DBDC1: hue angle of 181.62º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DBDC1 is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 189 | 193 | - |
| CMYK | 0.77 | 0.02 | 0 | 0.24 |
| HSL | 181.62º | 0.62% | 0.47% | - |
| HSV(B) | 181.62º | 0.77% | 0.76% | - |
| XYZ | 28.91 | 40.8 | 56.8 | - |
| YUV | 146.4 | 154.29 | 55.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 193 | 0.77 | 0.02 | 0 | 0.24 | 181.62 | 0.62 | 0.47 |
| Hex | 2D | BD | C1 | 4D | 2 | 0 | 18 | B6 | 3E | 2F |
| Octal | 55 | 275 | 301 | 115 | 2 | 0 | 30 | 266 | 76 | 57 |
| Binary | 101101 | 10111101 | 11000001 | 1001101 | 10 | 0 | 11000 | 10110110 | 111110 | 101111 |
Color Harmonies of #2DBDC1
Complementary color
Monochromatic Colors of #2DBDC1
Black with #2DBDC1
Text Example
Text Example
White with #2DBDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDC1; }
p { color: rgb(45,189,193); }
H1.HeaderClassName
{
color: #2DBDC1;
}
.AnyTagClassName
{
color: #2DBDC1;
}
</style>
background-color css
<style>
a { background-color: #2DBDC1; }
a { background-color: rgb(45,189,193); }
div.DivClassName
{
background-color: #2DBDC1;
}
.BgClassName
{
background-color: #2DBDC1;
}
</style>
border-color css
<style>
span { border-color: #2DBDC1; }
span { border-color: rgb(45,189,193); }
td.TdClassName
{
border-color: #2DBDC1;
}
.TagClassName
{
border-color: #2DBDC1;
}
</style>