#42b26b

Color #42B26B Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #42B26B

Tints of Medium Sea Green #42B26B

Color information

#42B26B (or 0x42B26B) is unknown color: approx Medium Sea Green. HEX triplet: 42, B2 and 6B. RGB value is (66,178,107). Sum of RGB (Red+Green+Blue) = 66+178+107=351 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.80% from 351); Green value is 178 (69.92% from 255 or 50.71% from 351); Blue value is 107 (42.19% from 255 or 30.48% from 351); Max value from RGB is 178 - color contains mainly: green. Hex color #42B26B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B26B is #BD4D94. Grayscale: #888888. Windows color (decimal): -12406165 or 7057986. OLE color: 7057986.

HSL color Cylindrical-coordinate representation of color #42B26B: hue angle of 141.96º 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 #42B26B is Cyan = 0.63, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB66178107-
CMYK0.6300.400.30
HSL141.96º45.9%47.84%-
HSV(B)141.96º62.92%69.8%-
XYZ20.8234.0619.39-
YUV136.42111.3977.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 18.80%
GREEN value IS 178 (69.92% from 255) = 50.71%
BLUE value IS 107 (42.19% from 255) = 30.48%
R=18.80%
G=50.71%
B=30.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal661781070.6300.400.30141.9645.947.84
Hex42B26B3F0281E8e2e30
Octal10226215377050362165660
Binary100001010110010110101111111101010001111010001110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42b26b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42b26b; }

 p { color: rgb(66,178,107); }

 H1.HeaderClassName
 {
   color: #42b26b;
 }
 .AnyTagClassName
 {
   color: #42b26b;
 }
</style>
background-color css

<style>
 a { background-color: #42b26b; }

 a { background-color: rgb(66,178,107); }

 div.DivClassName
 {
   background-color: #42b26b;
 }
 .BgClassName
 {
   background-color: #42b26b;
 }
</style>
border-color css

<style>
 span { border-color: #42b26b; }

 span { border-color: rgb(66,178,107); }

 td.TdClassName
 {
   border-color: #42b26b;
 }
 .TagClassName
 {
   border-color: #42b26b;
 }
</style>