#42B47F

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

Shades of Medium Sea Green #42B47F

Tints of Medium Sea Green #42B47F

Color information

#42B47F (or 0x42B47F) is unknown color: approx Medium Sea Green. HEX triplet: 42, B4 and 7F. RGB value is (66,180,127). Sum of RGB (Red+Green+Blue) = 66+180+127=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 127 (50% from 255 or 34.05% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #42B47F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B47F is #BD4B80. Grayscale: #8B8B8B. Windows color (decimal): -12405633 or 8369218. OLE color: 8369218.

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

Color convert

RGB66180127-
CMYK0.6300.290.29
HSL152.11º46.34%48.24%-
HSV(B)152.11º63.33%70.59%-
XYZ22.435.3325.72-
YUV139.87120.7375.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 180 (70.70% from 255) = 48.26%
BLUE value IS 127 (50% from 255) = 34.05%
R=17.69%
G=48.26%
B=34.05%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal661801270.6300.290.29152.1146.3448.24
Hex42B47F3F01D1D982e30
Octal10226417777035352305660
Binary10000101011010011111111111110111011110110011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B47F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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