Shades of Light Sea Green #2DBEC5
Tints of Light Sea Green #2DBEC5
RGB
CMYK
RGB Variations
Color information
#2DBEC5 (or 0x2DBEC5) is known color: Light Sea Green. HEX triplet: 2D, BE and C5. RGB value is (45,190,197). Sum of RGB (Red+Green+Blue) = 45+190+197=432 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.42% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 197 (77.34% from 255 or 45.60% from 432); Max value from RGB is 197 - color contains mainly: blue. Hex color #2DBEC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEC5 is #D2413A. Grayscale: #939393. Windows color (decimal): -13779259 or 12959277. OLE color: 12959277.
HSL color Cylindrical-coordinate representation of color #2DBEC5: hue angle of 182.76º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DBEC5 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 190 | 197 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.23 |
| HSL | 182.76º | 0.63% | 0.47% | - |
| HSV(B) | 182.76º | 0.77% | 0.77% | - |
| XYZ | 29.57 | 41.42 | 59.26 | - |
| YUV | 147.44 | 155.96 | 54.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 197 | 0.77 | 0.04 | 0 | 0.23 | 182.76 | 0.63 | 0.47 |
| Hex | 2D | BE | C5 | 4D | 4 | 0 | 17 | B7 | 3F | 2F |
| Octal | 55 | 276 | 305 | 115 | 4 | 0 | 27 | 267 | 77 | 57 |
| Binary | 101101 | 10111110 | 11000101 | 1001101 | 100 | 0 | 10111 | 10110111 | 111111 | 101111 |
Color Harmonies of #2DBEC5
Complementary color
Monochromatic Colors of #2DBEC5
Black with #2DBEC5
Text Example
Text Example
White with #2DBEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEC5; }
p { color: rgb(45,190,197); }
H1.HeaderClassName
{
color: #2DBEC5;
}
.AnyTagClassName
{
color: #2DBEC5;
}
</style>
background-color css
<style>
a { background-color: #2DBEC5; }
a { background-color: rgb(45,190,197); }
div.DivClassName
{
background-color: #2DBEC5;
}
.BgClassName
{
background-color: #2DBEC5;
}
</style>
border-color css
<style>
span { border-color: #2DBEC5; }
span { border-color: rgb(45,190,197); }
td.TdClassName
{
border-color: #2DBEC5;
}
.TagClassName
{
border-color: #2DBEC5;
}
</style>