#42B467

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

Shades of Medium Sea Green #42B467

Tints of Medium Sea Green #42B467

Color information

#42B467 (or 0x42B467) is unknown color: approx Medium Sea Green. HEX triplet: 42, B4 and 67. RGB value is (66,180,103). Sum of RGB (Red+Green+Blue) = 66+180+103=349 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.91% from 349); Green value is 180 (70.70% from 255 or 51.58% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 180 - color contains mainly: green. Hex color #42B467 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B467 is #BD4B98. Grayscale: #898989. Windows color (decimal): -12405657 or 6796354. OLE color: 6796354.

HSL color Cylindrical-coordinate representation of color #42B467: hue angle of 139.47º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B467 is Cyan = 0.63, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB66180103-
CMYK0.6300.430.29
HSL139.47º46.34%48.24%-
HSV(B)139.47º63.33%70.59%-
XYZ21.0234.7818.44-
YUV137.14108.7377.26-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.91%
GREEN value IS 180 (70.70% from 255) = 51.58%
BLUE value IS 103 (40.62% from 255) = 29.51%
R=18.91%
G=51.58%
B=29.51%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661801030.6300.430.29139.4746.3448.24
Hex42B4673F02B1D8b2e30
Octal10226414777053352135660
Binary100001010110100110011111111101010111110110001011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,180,103); }

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

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

 a { background-color: rgb(66,180,103); }

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

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

 span { border-color: rgb(66,180,103); }

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