#42B47B

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

Shades of Medium Sea Green #42B47B

Tints of Medium Sea Green #42B47B

Color information

#42B47B (or 0x42B47B) is unknown color: approx Medium Sea Green. HEX triplet: 42, B4 and 7B. RGB value is (66,180,123). Sum of RGB (Red+Green+Blue) = 66+180+123=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 180 (70.70% from 255 or 48.78% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 180 - color contains mainly: green. Hex color #42B47B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B47B is #BD4B84. Grayscale: #8B8B8B. Windows color (decimal): -12405637 or 8107074. OLE color: 8107074.

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

Color convert

RGB66180123-
CMYK0.6300.320.29
HSL150º46.34%48.24%-
HSV(B)150º63.33%70.59%-
XYZ22.1435.2324.37-
YUV139.42118.7375.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.89%
GREEN value IS 180 (70.70% from 255) = 48.78%
BLUE value IS 123 (48.44% from 255) = 33.33%
R=17.89%
G=48.78%
B=33.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661801230.6300.320.2915046.3448.24
Hex42B47B3F0201D962e30
Octal10226417377040352265660
Binary100001010110100111101111111101000001110110010110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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