Shades of Light Sea Green #2DBEA5
Tints of Light Sea Green #2DBEA5
RGB
CMYK
RGB Variations
Color information
#2DBEA5 (or 0x2DBEA5) is known color: Light Sea Green. HEX triplet: 2D, BE and A5. RGB value is (45,190,165). Sum of RGB (Red+Green+Blue) = 45+190+165=400 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.25% from 400); Green value is 190 (74.61% from 255 or 47.5% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBEA5 is #D2415A. Grayscale: #8F8F8F. Windows color (decimal): -13779291 or 10862125. OLE color: 10862125.
HSL color Cylindrical-coordinate representation of color #2DBEA5: hue angle of 169.66º 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 #2DBEA5 is Cyan = 0.76, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 165 | - |
| CMYK | 0.76 | 0 | 0.13 | 0.25 |
| HSL | 169.66º | 0.62% | 0.46% | - |
| HSV(B) | 169.66º | 0.76% | 0.75% | - |
| XYZ | 26.29 | 40.1 | 41.95 | - |
| YUV | 143.8 | 139.96 | 57.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 165 | 0.76 | 0 | 0.13 | 0.25 | 169.66 | 0.62 | 0.46 |
| Hex | 2D | BE | A5 | 4C | 0 | D | 19 | AA | 3E | 2E |
| Octal | 55 | 276 | 245 | 114 | 0 | 15 | 31 | 252 | 76 | 56 |
| Binary | 101101 | 10111110 | 10100101 | 1001100 | 0 | 1101 | 11001 | 10101010 | 111110 | 101110 |
Color Harmonies of #2DBEA5
Complementary color
Monochromatic Colors of #2DBEA5
Black with #2DBEA5
Text Example
Text Example
White with #2DBEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEA5; }
p { color: rgb(45,190,165); }
H1.HeaderClassName
{
color: #2DBEA5;
}
.AnyTagClassName
{
color: #2DBEA5;
}
</style>
background-color css
<style>
a { background-color: #2DBEA5; }
a { background-color: rgb(45,190,165); }
div.DivClassName
{
background-color: #2DBEA5;
}
.BgClassName
{
background-color: #2DBEA5;
}
</style>
border-color css
<style>
span { border-color: #2DBEA5; }
span { border-color: rgb(45,190,165); }
td.TdClassName
{
border-color: #2DBEA5;
}
.TagClassName
{
border-color: #2DBEA5;
}
</style>