#42C0A0

Color #42C0A0 Shamrock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock #42C0A0

Tints of Shamrock #42C0A0

Color information

#42C0A0 (or 0x42C0A0) is unknown color: approx Shamrock. HEX triplet: 42, C0 and A0. RGB value is (66,192,160). Sum of RGB (Red+Green+Blue) = 66+192+160=418 (55% of max value = 765). Red value is 66 (26.17% from 255 or 15.79% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 160 (62.89% from 255 or 38.28% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #42C0A0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C0A0 is #BD3F5F. Grayscale: #969696. Windows color (decimal): -12402528 or 10534978. OLE color: 10534978.

HSL color Cylindrical-coordinate representation of color #42C0A0: hue angle of 164.76º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C0A0 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB66192160-
CMYK0.6600.170.25
HSL164.76º50%50.59%-
HSV(B)164.76º65.62%75.29%-
XYZ27.4441.439.8-
YUV150.68133.2667.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.79%
GREEN value IS 192 (75.39% from 255) = 45.93%
BLUE value IS 160 (62.89% from 255) = 38.28%
R=15.79%
G=45.93%
B=38.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661921600.6600.170.25164.765050.59
Hex42C0A04201119a53233
Octal102300240102021312456263
Binary1000010110000001010000010000100100011100110100101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,192,160); }

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

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

 a { background-color: rgb(66,192,160); }

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

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

 span { border-color: rgb(66,192,160); }

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