Shades of Light Sea Green #2DBBC3
Tints of Light Sea Green #2DBBC3
RGB
CMYK
RGB Variations
Color information
#2DBBC3 (or 0x2DBBC3) is known color: Light Sea Green. HEX triplet: 2D, BB and C3. RGB value is (45,187,195). Sum of RGB (Red+Green+Blue) = 45+187+195=427 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.54% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 195 (76.56% from 255 or 45.67% from 427); Max value from RGB is 195 - color contains mainly: blue. Hex color #2DBBC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBBC3 is #D2443C. Grayscale: #919191. Windows color (decimal): -13780029 or 12827437. OLE color: 12827437.
HSL color Cylindrical-coordinate representation of color #2DBBC3: hue angle of 183.2º 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 #2DBBC3 is Cyan = 0.77, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 187 | 195 | - |
| CMYK | 0.77 | 0.04 | 0 | 0.24 |
| HSL | 183.2º | 0.63% | 0.47% | - |
| HSV(B) | 183.2º | 0.77% | 0.76% | - |
| XYZ | 28.7 | 40.04 | 57.85 | - |
| YUV | 145.45 | 155.96 | 56.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 187 | 195 | 0.77 | 0.04 | 0 | 0.24 | 183.2 | 0.63 | 0.47 |
| Hex | 2D | BB | C3 | 4D | 4 | 0 | 18 | B7 | 3E | 2F |
| Octal | 55 | 273 | 303 | 115 | 4 | 0 | 30 | 267 | 76 | 57 |
| Binary | 101101 | 10111011 | 11000011 | 1001101 | 100 | 0 | 11000 | 10110111 | 111110 | 101111 |
Color Harmonies of #2DBBC3
Complementary color
Monochromatic Colors of #2DBBC3
Black with #2DBBC3
Text Example
Text Example
White with #2DBBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBBC3; }
p { color: rgb(45,187,195); }
H1.HeaderClassName
{
color: #2DBBC3;
}
.AnyTagClassName
{
color: #2DBBC3;
}
</style>
background-color css
<style>
a { background-color: #2DBBC3; }
a { background-color: rgb(45,187,195); }
div.DivClassName
{
background-color: #2DBBC3;
}
.BgClassName
{
background-color: #2DBBC3;
}
</style>
border-color css
<style>
span { border-color: #2DBBC3; }
span { border-color: rgb(45,187,195); }
td.TdClassName
{
border-color: #2DBBC3;
}
.TagClassName
{
border-color: #2DBBC3;
}
</style>