Shades of Light Sea Green #2DBBC1
Tints of Light Sea Green #2DBBC1
RGB
CMYK
RGB Variations
Color information
#2DBBC1 (or 0x2DBBC1) is known color: Light Sea Green. HEX triplet: 2D, BB and C1. RGB value is (45,187,193). Sum of RGB (Red+Green+Blue) = 45+187+193=425 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.59% from 425); Green value is 187 (73.44% from 255 or 44% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #2DBBC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBBC1 is #D2443E. Grayscale: #919191. Windows color (decimal): -13780031 or 12696365. OLE color: 12696365.
HSL color Cylindrical-coordinate representation of color #2DBBC1: hue angle of 182.43º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2DBBC1 is Cyan = 0.77, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 187 | 193 | - |
| CMYK | 0.77 | 0.03 | 0 | 0.24 |
| HSL | 182.43º | 0.62% | 0.47% | - |
| HSV(B) | 182.43º | 0.77% | 0.76% | - |
| XYZ | 28.48 | 39.95 | 56.66 | - |
| YUV | 145.23 | 154.96 | 56.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 193 | 0.77 | 0.03 | 0 | 0.24 | 182.43 | 0.62 | 0.47 |
| Hex | 2D | BB | C1 | 4D | 3 | 0 | 18 | B6 | 3E | 2F |
| Octal | 55 | 273 | 301 | 115 | 3 | 0 | 30 | 266 | 76 | 57 |
| Binary | 101101 | 10111011 | 11000001 | 1001101 | 11 | 0 | 11000 | 10110110 | 111110 | 101111 |
Color Harmonies of #2DBBC1
Complementary color
Monochromatic Colors of #2DBBC1
Black with #2DBBC1
Text Example
Text Example
White with #2DBBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBBC1; }
p { color: rgb(45,187,193); }
H1.HeaderClassName
{
color: #2DBBC1;
}
.AnyTagClassName
{
color: #2DBBC1;
}
</style>
background-color css
<style>
a { background-color: #2DBBC1; }
a { background-color: rgb(45,187,193); }
div.DivClassName
{
background-color: #2DBBC1;
}
.BgClassName
{
background-color: #2DBBC1;
}
</style>
border-color css
<style>
span { border-color: #2DBBC1; }
span { border-color: rgb(45,187,193); }
td.TdClassName
{
border-color: #2DBBC1;
}
.TagClassName
{
border-color: #2DBBC1;
}
</style>