#42CAA3

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

Shades of Shamrock #42CAA3

Tints of Shamrock #42CAA3

Color information

#42CAA3 (or 0x42CAA3) is unknown color: approx Shamrock. HEX triplet: 42, CA and A3. RGB value is (66,202,163). Sum of RGB (Red+Green+Blue) = 66+202+163=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 163 (64.06% from 255 or 37.82% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #42CAA3 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CAA3 is #BD355C. Grayscale: #9C9C9C. Windows color (decimal): -12399965 or 10734146. OLE color: 10734146.

HSL color Cylindrical-coordinate representation of color #42CAA3: hue angle of 162.79º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42CAA3 is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB66202163-
CMYK0.6700.190.21
HSL162.79º56.2%52.55%-
HSV(B)162.79º67.33%79.22%-
XYZ29.9846.0441.96-
YUV156.89131.4463.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.31%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 163 (64.06% from 255) = 37.82%
R=15.31%
G=46.87%
B=37.82%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal662021630.6700.190.21162.7956.252.55
Hex42CAA34301315a33835
Octal102312243103023252437065
Binary1000010110010101010001110000110100111010110100011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,202,163); }

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

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

 a { background-color: rgb(66,202,163); }

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

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

 span { border-color: rgb(66,202,163); }

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