#42EBAA

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

Shades of Shamrock #42EBAA

Tints of Shamrock #42EBAA

Color information

#42EBAA (or 0x42EBAA) is unknown color: approx Shamrock. HEX triplet: 42, EB and AA. RGB value is (66,235,170). Sum of RGB (Red+Green+Blue) = 66+235+170=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #42EBAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42EBAA is #BD1455. Grayscale: #B1B1B1. Windows color (decimal): -12391510 or 11201346. OLE color: 11201346.

HSL color Cylindrical-coordinate representation of color #42EBAA: hue angle of 156.92º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EBAA is Cyan = 0.72, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB66235170-
CMYK0.7200.280.08
HSL156.92º80.86%59.02%-
HSV(B)156.92º71.91%92.16%-
XYZ39.2163.4848.22-
YUV177.06124.0148.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.01%
GREEN value IS 235 (92.19% from 255) = 49.89%
BLUE value IS 170 (66.80% from 255) = 36.09%
R=14.01%
G=49.89%
B=36.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal662351700.7200.280.08156.9280.8659.02
Hex42EBAA4801C89d513b
Octal1023532521100341023512173
Binary1000010111010111010101010010000111001000100111011010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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