Shades of Medium Sea Green #42B97B
Tints of Medium Sea Green #42B97B
RGB
CMYK
RGB Variations
Color information
#42B97B (or 0x42B97B) is known color: Medium Sea Green. HEX triplet: 42, B9 and 7B. RGB value is (66,185,123). Sum of RGB (Red+Green+Blue) = 66+185+123=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 185 (72.66% from 255 or 49.47% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 185 - color contains mainly: green. Hex color #42B97B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B97B is #BD4684. Grayscale: #8E8E8E. Windows color (decimal): -12404357 or 8108354. OLE color: 8108354.
HSL color Cylindrical-coordinate representation of color #42B97B: hue angle of 148.74º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B97B is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 123 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.27 |
| HSL | 148.74º | 0.47% | 0.49% | - |
| HSV(B) | 148.74º | 0.64% | 0.73% | - |
| XYZ | 23.17 | 37.29 | 24.71 | - |
| YUV | 142.35 | 117.08 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 123 | 0.64 | 0 | 0.34 | 0.27 | 148.74 | 0.47 | 0.49 |
| Hex | 42 | B9 | 7B | 40 | 0 | 22 | 1B | 95 | 2F | 31 |
| Octal | 102 | 271 | 173 | 100 | 0 | 42 | 33 | 225 | 57 | 61 |
| Binary | 1000010 | 10111001 | 1111011 | 1000000 | 0 | 100010 | 11011 | 10010101 | 101111 | 110001 |
Color Harmonies of #42B97B
Complementary color
Monochromatic Colors of #42B97B
Black with #42B97B
Text Example
Text Example
White with #42B97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B97B; }
p { color: rgb(66,185,123); }
H1.HeaderClassName
{
color: #42B97B;
}
.AnyTagClassName
{
color: #42B97B;
}
</style>
background-color css
<style>
a { background-color: #42B97B; }
a { background-color: rgb(66,185,123); }
div.DivClassName
{
background-color: #42B97B;
}
.BgClassName
{
background-color: #42B97B;
}
</style>
border-color css
<style>
span { border-color: #42B97B; }
span { border-color: rgb(66,185,123); }
td.TdClassName
{
border-color: #42B97B;
}
.TagClassName
{
border-color: #42B97B;
}
</style>