Shades of Light Sea Green #2DAFB6
Tints of Light Sea Green #2DAFB6
RGB
CMYK
RGB Variations
Color information
#2DAFB6 (or 0x2DAFB6) is known color: Light Sea Green. HEX triplet: 2D, AF and B6. RGB value is (45,175,182). Sum of RGB (Red+Green+Blue) = 45+175+182=402 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.19% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 182 (71.48% from 255 or 45.27% from 402); Max value from RGB is 182 - color contains mainly: blue. Hex color #2DAFB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DAFB6 is #D25049. Grayscale: #888888. Windows color (decimal): -13783114 or 11972397. OLE color: 11972397.
HSL color Cylindrical-coordinate representation of color #2DAFB6: hue angle of 183.07º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DAFB6 is Cyan = 0.75, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 45 | 175 | 182 | - |
| CMYK | 0.75 | 0.04 | 0 | 0.29 |
| HSL | 183.07º | 0.6% | 0.45% | - |
| HSV(B) | 183.07º | 0.75% | 0.71% | - |
| XYZ | 24.86 | 34.6 | 49.62 | - |
| YUV | 136.93 | 153.43 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 182 | 0.75 | 0.04 | 0 | 0.29 | 183.07 | 0.6 | 0.45 |
| Hex | 2D | AF | B6 | 4B | 4 | 0 | 1D | B7 | 3C | 2D |
| Octal | 55 | 257 | 266 | 113 | 4 | 0 | 35 | 267 | 74 | 55 |
| Binary | 101101 | 10101111 | 10110110 | 1001011 | 100 | 0 | 11101 | 10110111 | 111100 | 101101 |
Color Harmonies of #2DAFB6
Complementary color
Monochromatic Colors of #2DAFB6
Black with #2DAFB6
Text Example
Text Example
White with #2DAFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAFB6; }
p { color: rgb(45,175,182); }
H1.HeaderClassName
{
color: #2DAFB6;
}
.AnyTagClassName
{
color: #2DAFB6;
}
</style>
background-color css
<style>
a { background-color: #2DAFB6; }
a { background-color: rgb(45,175,182); }
div.DivClassName
{
background-color: #2DAFB6;
}
.BgClassName
{
background-color: #2DAFB6;
}
</style>
border-color css
<style>
span { border-color: #2DAFB6; }
span { border-color: rgb(45,175,182); }
td.TdClassName
{
border-color: #2DAFB6;
}
.TagClassName
{
border-color: #2DAFB6;
}
</style>