#42B870

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

Shades of Medium Sea Green #42B870

Tints of Medium Sea Green #42B870

Color information

#42B870 (or 0x42B870) is unknown color: approx Medium Sea Green. HEX triplet: 42, B8 and 70. RGB value is (66,184,112). Sum of RGB (Red+Green+Blue) = 66+184+112=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 184 (72.27% from 255 or 50.83% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 184 - color contains mainly: green. Hex color #42B870 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B870 is #BD478F. Grayscale: #8C8C8C. Windows color (decimal): -12404624 or 7387202. OLE color: 7387202.

HSL color Cylindrical-coordinate representation of color #42B870: hue angle of 143.39º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B870 is Cyan = 0.64, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB66184112-
CMYK0.6400.390.28
HSL143.39º47.2%49.02%-
HSV(B)143.39º64.13%72.16%-
XYZ22.3136.6121.22-
YUV140.51111.9174.85-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 18.23%
GREEN value IS 184 (72.27% from 255) = 50.83%
BLUE value IS 112 (44.14% from 255) = 30.94%
R=18.23%
G=50.83%
B=30.94%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal661841120.6400.390.28143.3947.249.02
Hex42B870400271C8f2f31
Octal102270160100047342175761
Binary1000010101110001110000100000001001111110010001111101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,184,112); }

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

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

 a { background-color: rgb(66,184,112); }

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

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

 span { border-color: rgb(66,184,112); }

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