Shades of Light Sea Green #2DBEC4
Tints of Light Sea Green #2DBEC4
RGB
CMYK
RGB Variations
Color information
#2DBEC4 (or 0x2DBEC4) is known color: Light Sea Green. HEX triplet: 2D, BE and C4. RGB value is (45,190,196). Sum of RGB (Red+Green+Blue) = 45+190+196=431 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.44% from 431); Green value is 190 (74.61% from 255 or 44.08% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #2DBEC4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEC4 is #D2413B. Grayscale: #939393. Windows color (decimal): -13779260 or 12893741. OLE color: 12893741.
HSL color Cylindrical-coordinate representation of color #2DBEC4: hue angle of 182.38º 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 #2DBEC4 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 45 | 190 | 196 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.23 |
| HSL | 182.38º | 0.63% | 0.47% | - |
| HSV(B) | 182.38º | 0.77% | 0.77% | - |
| XYZ | 29.46 | 41.37 | 58.66 | - |
| YUV | 147.33 | 155.46 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 196 | 0.77 | 0.03 | 0 | 0.23 | 182.38 | 0.63 | 0.47 |
| Hex | 2D | BE | C4 | 4D | 3 | 0 | 17 | B6 | 3F | 2F |
| Octal | 55 | 276 | 304 | 115 | 3 | 0 | 27 | 266 | 77 | 57 |
| Binary | 101101 | 10111110 | 11000100 | 1001101 | 11 | 0 | 10111 | 10110110 | 111111 | 101111 |
Color Harmonies of #2DBEC4
Complementary color
Monochromatic Colors of #2DBEC4
Black with #2DBEC4
Text Example
Text Example
White with #2DBEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEC4; }
p { color: rgb(45,190,196); }
H1.HeaderClassName
{
color: #2DBEC4;
}
.AnyTagClassName
{
color: #2DBEC4;
}
</style>
background-color css
<style>
a { background-color: #2DBEC4; }
a { background-color: rgb(45,190,196); }
div.DivClassName
{
background-color: #2DBEC4;
}
.BgClassName
{
background-color: #2DBEC4;
}
</style>
border-color css
<style>
span { border-color: #2DBEC4; }
span { border-color: rgb(45,190,196); }
td.TdClassName
{
border-color: #2DBEC4;
}
.TagClassName
{
border-color: #2DBEC4;
}
</style>