#42B06A

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

Shades of Medium Sea Green #42B06A

Tints of Medium Sea Green #42B06A

Color information

#42B06A (or 0x42B06A) is unknown color: approx Medium Sea Green. HEX triplet: 42, B0 and 6A. RGB value is (66,176,106). Sum of RGB (Red+Green+Blue) = 66+176+106=348 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.97% from 348); Green value is 176 (69.14% from 255 or 50.57% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 176 - color contains mainly: green. Hex color #42B06A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B06A is #BD4F95. Grayscale: #878787. Windows color (decimal): -12406678 or 6991938. OLE color: 6991938.

HSL color Cylindrical-coordinate representation of color #42B06A: hue angle of 141.82º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42B06A is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.31.

Color convert

RGB66176106-
CMYK0.6200.400.31
HSL141.82º45.45%47.45%-
HSV(B)141.82º62.5%69.02%-
XYZ20.3733.2518.98-
YUV135.13111.5678.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.97%
GREEN value IS 176 (69.14% from 255) = 50.57%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=18.97%
G=50.57%
B=30.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661761060.6200.400.31141.8245.4547.45
Hex42B06A3E0281F8e2d2f
Octal10226015276050372165557
Binary100001010110000110101011111001010001111110001110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,176,106); }

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

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

 a { background-color: rgb(66,176,106); }

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

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

 span { border-color: rgb(66,176,106); }

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