Shades of Light Sea Green #2DBDC3
Tints of Light Sea Green #2DBDC3
RGB
CMYK
RGB Variations
Color information
#2DBDC3 (or 0x2DBDC3) is known color: Light Sea Green. HEX triplet: 2D, BD and C3. RGB value is (45,189,195). Sum of RGB (Red+Green+Blue) = 45+189+195=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 195 (76.56% from 255 or 45.45% from 429); Max value from RGB is 195 - color contains mainly: blue. Hex color #2DBDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBDC3 is #D2423C. Grayscale: #929292. Windows color (decimal): -13779517 or 12827949. OLE color: 12827949.
HSL color Cylindrical-coordinate representation of color #2DBDC3: hue angle of 182.4º 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 #2DBDC3 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 189 | 195 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.24 |
| HSL | 182.4º | 0.63% | 0.47% | - |
| HSV(B) | 182.4º | 0.77% | 0.76% | - |
| XYZ | 29.13 | 40.89 | 57.99 | - |
| YUV | 146.63 | 155.29 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 189 | 195 | 0.77 | 0.03 | 0 | 0.24 | 182.4 | 0.63 | 0.47 |
| Hex | 2D | BD | C3 | 4D | 3 | 0 | 18 | B6 | 3E | 2F |
| Octal | 55 | 275 | 303 | 115 | 3 | 0 | 30 | 266 | 76 | 57 |
| Binary | 101101 | 10111101 | 11000011 | 1001101 | 11 | 0 | 11000 | 10110110 | 111110 | 101111 |
Color Harmonies of #2DBDC3
Complementary color
Monochromatic Colors of #2DBDC3
Black with #2DBDC3
Text Example
Text Example
White with #2DBDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBDC3; }
p { color: rgb(45,189,195); }
H1.HeaderClassName
{
color: #2DBDC3;
}
.AnyTagClassName
{
color: #2DBDC3;
}
</style>
background-color css
<style>
a { background-color: #2DBDC3; }
a { background-color: rgb(45,189,195); }
div.DivClassName
{
background-color: #2DBDC3;
}
.BgClassName
{
background-color: #2DBDC3;
}
</style>
border-color css
<style>
span { border-color: #2DBDC3; }
span { border-color: rgb(45,189,195); }
td.TdClassName
{
border-color: #2DBDC3;
}
.TagClassName
{
border-color: #2DBDC3;
}
</style>