Shades of Light Sea Green #2DBEC3
Tints of Light Sea Green #2DBEC3
RGB
CMYK
RGB Variations
Color information
#2DBEC3 (or 0x2DBEC3) is known color: Light Sea Green. HEX triplet: 2D, BE and C3. RGB value is (45,190,195). Sum of RGB (Red+Green+Blue) = 45+190+195=430 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.47% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #2DBEC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEC3 is #D2413C. Grayscale: #939393. Windows color (decimal): -13779261 or 12828205. OLE color: 12828205.
HSL color Cylindrical-coordinate representation of color #2DBEC3: hue angle of 182º 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 #2DBEC3 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 190 | 195 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.24 |
| HSL | 182º | 0.63% | 0.47% | - |
| HSV(B) | 182º | 0.77% | 0.76% | - |
| XYZ | 29.35 | 41.32 | 58.06 | - |
| YUV | 147.22 | 154.96 | 55.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 195 | 0.77 | 0.03 | 0 | 0.24 | 182 | 0.63 | 0.47 |
| Hex | 2D | BE | C3 | 4D | 3 | 0 | 18 | B6 | 3E | 2F |
| Octal | 55 | 276 | 303 | 115 | 3 | 0 | 30 | 266 | 76 | 57 |
| Binary | 101101 | 10111110 | 11000011 | 1001101 | 11 | 0 | 11000 | 10110110 | 111110 | 101111 |
Color Harmonies of #2DBEC3
Complementary color
Monochromatic Colors of #2DBEC3
Black with #2DBEC3
Text Example
Text Example
White with #2DBEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEC3; }
p { color: rgb(45,190,195); }
H1.HeaderClassName
{
color: #2DBEC3;
}
.AnyTagClassName
{
color: #2DBEC3;
}
</style>
background-color css
<style>
a { background-color: #2DBEC3; }
a { background-color: rgb(45,190,195); }
div.DivClassName
{
background-color: #2DBEC3;
}
.BgClassName
{
background-color: #2DBEC3;
}
</style>
border-color css
<style>
span { border-color: #2DBEC3; }
span { border-color: rgb(45,190,195); }
td.TdClassName
{
border-color: #2DBEC3;
}
.TagClassName
{
border-color: #2DBEC3;
}
</style>