#42B17F

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

Shades of Medium Sea Green #42B17F

Tints of Medium Sea Green #42B17F

Color information

#42B17F (or 0x42B17F) is unknown color: approx Medium Sea Green. HEX triplet: 42, B1 and 7F. RGB value is (66,177,127). Sum of RGB (Red+Green+Blue) = 66+177+127=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 177 (69.53% from 255 or 47.84% from 370); Blue value is 127 (50% from 255 or 34.32% from 370); Max value from RGB is 177 - color contains mainly: green. Hex color #42B17F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B17F is #BD4E80. Grayscale: #8A8A8A. Windows color (decimal): -12406401 or 8368450. OLE color: 8368450.

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

Color convert

RGB66177127-
CMYK0.6300.280.31
HSL152.97º45.68%47.65%-
HSV(B)152.97º62.71%69.41%-
XYZ21.834.1325.52-
YUV138.11121.7376.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.84%
GREEN value IS 177 (69.53% from 255) = 47.84%
BLUE value IS 127 (50% from 255) = 34.32%
R=17.84%
G=47.84%
B=34.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661771270.6300.280.31152.9745.6847.65
Hex42B17F3F01C1F992e30
Octal10226117777034372315660
Binary10000101011000111111111111110111001111110011001101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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