#42B17D

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

Shades of Medium Sea Green #42B17D

Tints of Medium Sea Green #42B17D

Color information

#42B17D (or 0x42B17D) is unknown color: approx Medium Sea Green. HEX triplet: 42, B1 and 7D. RGB value is (66,177,125). Sum of RGB (Red+Green+Blue) = 66+177+125=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #42B17D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B17D is #BD4E82. Grayscale: #898989. Windows color (decimal): -12406403 or 8237378. OLE color: 8237378.

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

Color convert

RGB66177125-
CMYK0.6300.290.31
HSL151.89º45.68%47.65%-
HSV(B)151.89º62.71%69.41%-
XYZ21.6734.0824.84-
YUV137.88120.7376.73-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.93%
GREEN value IS 177 (69.53% from 255) = 48.10%
BLUE value IS 125 (49.22% from 255) = 33.97%
R=17.93%
G=48.10%
B=33.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal661771250.6300.290.31151.8945.6847.65
Hex42B17D3F01D1F982e30
Octal10226117577035372305660
Binary10000101011000111111011111110111011111110011000101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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