Shades of Light Sea Green #2DBEB2
Tints of Light Sea Green #2DBEB2
RGB
CMYK
RGB Variations
Color information
#2DBEB2 (or 0x2DBEB2) is known color: Light Sea Green. HEX triplet: 2D, BE and B2. RGB value is (45,190,178). Sum of RGB (Red+Green+Blue) = 45+190+178=413 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.90% from 413); Green value is 190 (74.61% from 255 or 46.00% from 413); Blue value is 178 (69.92% from 255 or 43.10% from 413); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBEB2 is #D2414D. Grayscale: #919191. Windows color (decimal): -13779278 or 11714093. OLE color: 11714093.
HSL color Cylindrical-coordinate representation of color #2DBEB2: hue angle of 175.03º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBEB2 is Cyan = 0.76, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 178 | - |
| CMYK | 0.76 | 0 | 0.06 | 0.25 |
| HSL | 175.03º | 0.62% | 0.46% | - |
| HSV(B) | 175.03º | 0.76% | 0.75% | - |
| XYZ | 27.53 | 40.6 | 48.5 | - |
| YUV | 145.28 | 146.46 | 56.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 178 | 0.76 | 0 | 0.06 | 0.25 | 175.03 | 0.62 | 0.46 |
| Hex | 2D | BE | B2 | 4C | 0 | 6 | 19 | AF | 3E | 2E |
| Octal | 55 | 276 | 262 | 114 | 0 | 6 | 31 | 257 | 76 | 56 |
| Binary | 101101 | 10111110 | 10110010 | 1001100 | 0 | 110 | 11001 | 10101111 | 111110 | 101110 |
Color Harmonies of #2DBEB2
Complementary color
Monochromatic Colors of #2DBEB2
Black with #2DBEB2
Text Example
Text Example
White with #2DBEB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEB2; }
p { color: rgb(45,190,178); }
H1.HeaderClassName
{
color: #2DBEB2;
}
.AnyTagClassName
{
color: #2DBEB2;
}
</style>
background-color css
<style>
a { background-color: #2DBEB2; }
a { background-color: rgb(45,190,178); }
div.DivClassName
{
background-color: #2DBEB2;
}
.BgClassName
{
background-color: #2DBEB2;
}
</style>
border-color css
<style>
span { border-color: #2DBEB2; }
span { border-color: rgb(45,190,178); }
td.TdClassName
{
border-color: #2DBEB2;
}
.TagClassName
{
border-color: #2DBEB2;
}
</style>