Shades of Medium Sea Green #42B173
Tints of Medium Sea Green #42B173
RGB
CMYK
RGB Variations
Color information
#42B173 (or 0x42B173) is known color: Medium Sea Green. HEX triplet: 42, B1 and 73. RGB value is (66,177,115). Sum of RGB (Red+Green+Blue) = 66+177+115=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 115 (45.31% from 255 or 32.12% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #42B173 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B173 is #BD4E8C. Grayscale: #888888. Windows color (decimal): -12406413 or 7582018. OLE color: 7582018.
HSL color Cylindrical-coordinate representation of color #42B173: hue angle of 146.49º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B173 is Cyan = 0.63, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 177 | 115 | - |
| CMYK | 0.63 | 0 | 0.35 | 0.31 |
| HSL | 146.49º | 0.46% | 0.48% | - |
| HSV(B) | 146.49º | 0.63% | 0.69% | - |
| XYZ | 21.06 | 33.84 | 21.64 | - |
| YUV | 136.74 | 115.73 | 77.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 177 | 115 | 0.63 | 0 | 0.35 | 0.31 | 146.49 | 0.46 | 0.48 |
| Hex | 42 | B1 | 73 | 3F | 0 | 23 | 1F | 92 | 2E | 30 |
| Octal | 102 | 261 | 163 | 77 | 0 | 43 | 37 | 222 | 56 | 60 |
| Binary | 1000010 | 10110001 | 1110011 | 111111 | 0 | 100011 | 11111 | 10010010 | 101110 | 110000 |
Color Harmonies of #42B173
Complementary color
Monochromatic Colors of #42B173
Black with #42B173
Text Example
Text Example
White with #42B173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B173; }
p { color: rgb(66,177,115); }
H1.HeaderClassName
{
color: #42B173;
}
.AnyTagClassName
{
color: #42B173;
}
</style>
background-color css
<style>
a { background-color: #42B173; }
a { background-color: rgb(66,177,115); }
div.DivClassName
{
background-color: #42B173;
}
.BgClassName
{
background-color: #42B173;
}
</style>
border-color css
<style>
span { border-color: #42B173; }
span { border-color: rgb(66,177,115); }
td.TdClassName
{
border-color: #42B173;
}
.TagClassName
{
border-color: #42B173;
}
</style>