#42c7aa

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

Shades of Shamrock #42C7AA

Tints of Shamrock #42C7AA

Color information

#42C7AA (or 0x42C7AA) is unknown color: approx Shamrock. HEX triplet: 42, C7 and AA. RGB value is (66,199,170). Sum of RGB (Red+Green+Blue) = 66+199+170=435 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.17% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #42C7AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C7AA is #BD3855. Grayscale: #9B9B9B. Windows color (decimal): -12400726 or 11192130. OLE color: 11192130.

HSL color Cylindrical-coordinate representation of color #42C7AA: hue angle of 166.92º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42C7AA is Cyan = 0.67, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB66199170-
CMYK0.6700.150.22
HSL166.92º54.29%51.96%-
HSV(B)166.92º66.83%78.04%-
XYZ29.9344.9145.12-
YUV155.93135.9463.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.17%
GREEN value IS 199 (78.12% from 255) = 45.75%
BLUE value IS 170 (66.80% from 255) = 39.08%
R=15.17%
G=45.75%
B=39.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal661991700.6700.150.22166.9254.2951.96
Hex42C7AA430F16a73634
Octal102307252103017262476664
Binary100001011000111101010101000011011111011010100111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42c7aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,199,170); }

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

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

 a { background-color: rgb(66,199,170); }

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

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

 span { border-color: rgb(66,199,170); }

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