#42CCA1

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

Shades of Shamrock #42CCA1

Tints of Shamrock #42CCA1

Color information

#42CCA1 (or 0x42CCA1) is unknown color: approx Shamrock. HEX triplet: 42, CC and A1. RGB value is (66,204,161). Sum of RGB (Red+Green+Blue) = 66+204+161=431 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.31% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #42CCA1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CCA1 is #BD335E. Grayscale: #9D9D9D. Windows color (decimal): -12399455 or 10603586. OLE color: 10603586.

HSL color Cylindrical-coordinate representation of color #42CCA1: hue angle of 161.3º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CCA1 is Cyan = 0.68, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.

Color convert

RGB66204161-
CMYK0.6800.210.2
HSL161.3º57.5%52.94%-
HSV(B)161.3º67.65%80%-
XYZ30.2746.9241.18-
YUV157.84129.7862.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.31%
GREEN value IS 204 (80.08% from 255) = 47.33%
BLUE value IS 161 (63.28% from 255) = 37.35%
R=15.31%
G=47.33%
B=37.35%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal662041610.6800.210.2161.357.552.94
Hex42CCA14401514a13a35
Octal102314241104025242417265
Binary1000010110011001010000110001000101011010010100001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,204,161); }

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

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

 a { background-color: rgb(66,204,161); }

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

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

 span { border-color: rgb(66,204,161); }

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