#42CAAC

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

Shades of Shamrock #42CAAC

Tints of Shamrock #42CAAC

Color information

#42CAAC (or 0x42CAAC) is unknown color: approx Shamrock. HEX triplet: 42, CA and AC. RGB value is (66,202,172). Sum of RGB (Red+Green+Blue) = 66+202+172=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 172 (67.58% from 255 or 39.09% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #42CAAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CAAC is #BD3553. Grayscale: #9D9D9D. Windows color (decimal): -12399956 or 11323970. OLE color: 11323970.

HSL color Cylindrical-coordinate representation of color #42CAAC: hue angle of 166.76º 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 #42CAAC is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB66202172-
CMYK0.6700.150.21
HSL166.76º56.2%52.55%-
HSV(B)166.76º67.33%79.22%-
XYZ30.8146.3846.36-
YUV157.92135.9462.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 172 (67.58% from 255) = 39.09%
R=15%
G=45.91%
B=39.09%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal662021720.6700.150.21166.7656.252.55
Hex42CAAC430F15a73835
Octal102312254103017252477065
Binary100001011001010101011001000011011111010110100111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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