#42C172

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

Shades of Medium Sea Green #42C172

Tints of Medium Sea Green #42C172

Color information

#42C172 (or 0x42C172) is unknown color: approx Medium Sea Green. HEX triplet: 42, C1 and 72. RGB value is (66,193,114). Sum of RGB (Red+Green+Blue) = 66+193+114=373 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.69% from 373); Green value is 193 (75.78% from 255 or 51.74% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 193 - color contains mainly: green. Hex color #42C172 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C172 is #BD3E8D. Grayscale: #929292. Windows color (decimal): -12402318 or 7520578. OLE color: 7520578.

HSL color Cylindrical-coordinate representation of color #42C172: hue angle of 142.68º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C172 is Cyan = 0.66, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB66193114-
CMYK0.6600.410.24
HSL142.68º50.6%50.78%-
HSV(B)142.68º65.8%75.69%-
XYZ24.3540.5122.46-
YUV146.02109.9270.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.69%
GREEN value IS 193 (75.78% from 255) = 51.74%
BLUE value IS 114 (44.92% from 255) = 30.56%
R=17.69%
G=51.74%
B=30.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661931140.6600.410.24142.6850.650.78
Hex42C17242029188f3333
Octal102301162102051302176363
Binary1000010110000011110010100001001010011100010001111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,193,114); }

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

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

 a { background-color: rgb(66,193,114); }

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

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

 span { border-color: rgb(66,193,114); }

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