Shades of Light Sea Green #2DB1B4
Tints of Light Sea Green #2DB1B4
RGB
CMYK
RGB Variations
Color information
#2DB1B4 (or 0x2DB1B4) is known color: Light Sea Green. HEX triplet: 2D, B1 and B4. RGB value is (45,177,180). Sum of RGB (Red+Green+Blue) = 45+177+180=402 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.19% from 402); Green value is 177 (69.53% from 255 or 44.03% from 402); Blue value is 180 (70.70% from 255 or 44.78% from 402); Max value from RGB is 180 - color contains mainly: blue. Hex color #2DB1B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DB1B4 is #D24E4B. Grayscale: #898989. Windows color (decimal): -13782604 or 11841837. OLE color: 11841837.
HSL color Cylindrical-coordinate representation of color #2DB1B4: hue angle of 181.33º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB1B4 is Cyan = 0.75, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 177 | 180 | - |
| CMYK | 0.75 | 0.02 | 0 | 0.29 |
| HSL | 181.33º | 0.6% | 0.44% | - |
| HSV(B) | 181.33º | 0.75% | 0.71% | - |
| XYZ | 25.04 | 35.3 | 48.67 | - |
| YUV | 137.87 | 151.77 | 61.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 177 | 180 | 0.75 | 0.02 | 0 | 0.29 | 181.33 | 0.6 | 0.44 |
| Hex | 2D | B1 | B4 | 4B | 2 | 0 | 1D | B5 | 3C | 2C |
| Octal | 55 | 261 | 264 | 113 | 2 | 0 | 35 | 265 | 74 | 54 |
| Binary | 101101 | 10110001 | 10110100 | 1001011 | 10 | 0 | 11101 | 10110101 | 111100 | 101100 |
Color Harmonies of #2DB1B4
Complementary color
Monochromatic Colors of #2DB1B4
Black with #2DB1B4
Text Example
Text Example
White with #2DB1B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB1B4; }
p { color: rgb(45,177,180); }
H1.HeaderClassName
{
color: #2DB1B4;
}
.AnyTagClassName
{
color: #2DB1B4;
}
</style>
background-color css
<style>
a { background-color: #2DB1B4; }
a { background-color: rgb(45,177,180); }
div.DivClassName
{
background-color: #2DB1B4;
}
.BgClassName
{
background-color: #2DB1B4;
}
</style>
border-color css
<style>
span { border-color: #2DB1B4; }
span { border-color: rgb(45,177,180); }
td.TdClassName
{
border-color: #2DB1B4;
}
.TagClassName
{
border-color: #2DB1B4;
}
</style>