Shades of Light Sea Green #2DBEBF
Tints of Light Sea Green #2DBEBF
RGB
CMYK
RGB Variations
Color information
#2DBEBF (or 0x2DBEBF) is known color: Light Sea Green. HEX triplet: 2D, BE and BF. RGB value is (45,190,191). Sum of RGB (Red+Green+Blue) = 45+190+191=426 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.56% from 426); Green value is 190 (74.61% from 255 or 44.60% from 426); Blue value is 191 (75% from 255 or 44.84% from 426); Max value from RGB is 191 - color contains mainly: blue. Hex color #2DBEBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBEBF is #D24140. Grayscale: #929292. Windows color (decimal): -13779265 or 12566061. OLE color: 12566061.
HSL color Cylindrical-coordinate representation of color #2DBEBF: hue angle of 180.41º 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 #2DBEBF is Cyan = 0.76, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 190 | 191 | - |
| CMYK | 0.76 | 0.01 | 0 | 0.25 |
| HSL | 180.41º | 0.62% | 0.46% | - |
| HSV(B) | 180.41º | 0.76% | 0.75% | - |
| XYZ | 28.9 | 41.15 | 55.71 | - |
| YUV | 146.76 | 152.96 | 55.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 190 | 191 | 0.76 | 0.01 | 0 | 0.25 | 180.41 | 0.62 | 0.46 |
| Hex | 2D | BE | BF | 4C | 1 | 0 | 19 | B4 | 3E | 2E |
| Octal | 55 | 276 | 277 | 114 | 1 | 0 | 31 | 264 | 76 | 56 |
| Binary | 101101 | 10111110 | 10111111 | 1001100 | 1 | 0 | 11001 | 10110100 | 111110 | 101110 |
Color Harmonies of #2DBEBF
Complementary color
Monochromatic Colors of #2DBEBF
Black with #2DBEBF
Text Example
Text Example
White with #2DBEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBEBF; }
p { color: rgb(45,190,191); }
H1.HeaderClassName
{
color: #2DBEBF;
}
.AnyTagClassName
{
color: #2DBEBF;
}
</style>
background-color css
<style>
a { background-color: #2DBEBF; }
a { background-color: rgb(45,190,191); }
div.DivClassName
{
background-color: #2DBEBF;
}
.BgClassName
{
background-color: #2DBEBF;
}
</style>
border-color css
<style>
span { border-color: #2DBEBF; }
span { border-color: rgb(45,190,191); }
td.TdClassName
{
border-color: #2DBEBF;
}
.TagClassName
{
border-color: #2DBEBF;
}
</style>