#42B484

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

Shades of Medium Sea Green #42B484

Tints of Medium Sea Green #42B484

Color information

#42B484 (or 0x42B484) is unknown color: approx Medium Sea Green. HEX triplet: 42, B4 and 84. RGB value is (66,180,132). Sum of RGB (Red+Green+Blue) = 66+180+132=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 180 (70.70% from 255 or 47.62% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 180 - color contains mainly: green. Hex color #42B484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B484 is #BD4B7B. Grayscale: #8C8C8C. Windows color (decimal): -12405628 or 8696898. OLE color: 8696898.

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

Color convert

RGB66180132-
CMYK0.6300.270.29
HSL154.74º46.34%48.24%-
HSV(B)154.74º63.33%70.59%-
XYZ22.7335.4727.48-
YUV140.44123.2374.9-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 180 (70.70% from 255) = 47.62%
BLUE value IS 132 (51.95% from 255) = 34.92%
R=17.46%
G=47.62%
B=34.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661801320.6300.270.29154.7446.3448.24
Hex42B4843F01B1D9b2e30
Octal10226420477033352335660
Binary100001010110100100001001111110110111110110011011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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