Shades of Medium Sea Green #42B265
Tints of Medium Sea Green #42B265
RGB
CMYK
RGB Variations
Color information
#42B265 (or 0x42B265) is known color: Medium Sea Green. HEX triplet: 42, B2 and 65. RGB value is (66,178,101). Sum of RGB (Red+Green+Blue) = 66+178+101=345 (45% of max value = 765). Red value is 66 (26.17% from 255 or 19.13% from 345); Green value is 178 (69.92% from 255 or 51.59% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 178 - color contains mainly: green. Hex color #42B265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B265 is #BD4D9A. Grayscale: #878787. Windows color (decimal): -12406171 or 6664770. OLE color: 6664770.
HSL color Cylindrical-coordinate representation of color #42B265: hue angle of 138.75º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B265 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 178 | 101 | - |
| CMYK | 0.63 | 0 | 0.43 | 0.30 |
| HSL | 138.75º | 0.46% | 0.48% | - |
| HSV(B) | 138.75º | 0.63% | 0.7% | - |
| XYZ | 20.52 | 33.94 | 17.78 | - |
| YUV | 135.73 | 108.39 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 178 | 101 | 0.63 | 0 | 0.43 | 0.30 | 138.75 | 0.46 | 0.48 |
| Hex | 42 | B2 | 65 | 3F | 0 | 2B | 1E | 8B | 2E | 30 |
| Octal | 102 | 262 | 145 | 77 | 0 | 53 | 36 | 213 | 56 | 60 |
| Binary | 1000010 | 10110010 | 1100101 | 111111 | 0 | 101011 | 11110 | 10001011 | 101110 | 110000 |
Color Harmonies of #42B265
Complementary color
Monochromatic Colors of #42B265
Black with #42B265
Text Example
Text Example
White with #42B265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B265; }
p { color: rgb(66,178,101); }
H1.HeaderClassName
{
color: #42B265;
}
.AnyTagClassName
{
color: #42B265;
}
</style>
background-color css
<style>
a { background-color: #42B265; }
a { background-color: rgb(66,178,101); }
div.DivClassName
{
background-color: #42B265;
}
.BgClassName
{
background-color: #42B265;
}
</style>
border-color css
<style>
span { border-color: #42B265; }
span { border-color: rgb(66,178,101); }
td.TdClassName
{
border-color: #42B265;
}
.TagClassName
{
border-color: #42B265;
}
</style>