Shades of Light Sea Green #2DBFC1
Tints of Light Sea Green #2DBFC1
RGB
CMYK
RGB Variations
Color information
#2DBFC1 (or 0x2DBFC1) is known color: Light Sea Green. HEX triplet: 2D, BF and C1. RGB value is (45,191,193). Sum of RGB (Red+Green+Blue) = 45+191+193=429 (56% of max value = 765). Red value is 45 (17.97% from 255 or 10.49% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 193 - color contains mainly: blue. Hex color #2DBFC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBFC1 is #D2403E. Grayscale: #939393. Windows color (decimal): -13779007 or 12697389. OLE color: 12697389.
HSL color Cylindrical-coordinate representation of color #2DBFC1: hue angle of 180.81º 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 #2DBFC1 is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 45 | 191 | 193 | - |
| CMYK | 0.77 | 0.01 | 0 | 0.24 |
| HSL | 180.81º | 0.62% | 0.47% | - |
| HSV(B) | 180.81º | 0.77% | 0.76% | - |
| XYZ | 29.34 | 41.67 | 56.95 | - |
| YUV | 147.57 | 153.63 | 54.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 191 | 193 | 0.77 | 0.01 | 0 | 0.24 | 180.81 | 0.62 | 0.47 |
| Hex | 2D | BF | C1 | 4D | 1 | 0 | 18 | B5 | 3E | 2F |
| Octal | 55 | 277 | 301 | 115 | 1 | 0 | 30 | 265 | 76 | 57 |
| Binary | 101101 | 10111111 | 11000001 | 1001101 | 1 | 0 | 11000 | 10110101 | 111110 | 101111 |
Color Harmonies of #2DBFC1
Complementary color
Monochromatic Colors of #2DBFC1
Black with #2DBFC1
Text Example
Text Example
White with #2DBFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DBFC1; }
p { color: rgb(45,191,193); }
H1.HeaderClassName
{
color: #2DBFC1;
}
.AnyTagClassName
{
color: #2DBFC1;
}
</style>
background-color css
<style>
a { background-color: #2DBFC1; }
a { background-color: rgb(45,191,193); }
div.DivClassName
{
background-color: #2DBFC1;
}
.BgClassName
{
background-color: #2DBFC1;
}
</style>
border-color css
<style>
span { border-color: #2DBFC1; }
span { border-color: rgb(45,191,193); }
td.TdClassName
{
border-color: #2DBFC1;
}
.TagClassName
{
border-color: #2DBFC1;
}
</style>