#42E9AB

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

Shades of Shamrock #42E9AB

Tints of Shamrock #42E9AB

Color information

#42E9AB (or 0x42E9AB) is unknown color: approx Shamrock. HEX triplet: 42, E9 and AB. RGB value is (66,233,171). Sum of RGB (Red+Green+Blue) = 66+233+171=470 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.04% from 470); Green value is 233 (91.41% from 255 or 49.57% from 470); Blue value is 171 (67.19% from 255 or 36.38% from 470); Max value from RGB is 233 - color contains mainly: green. Hex color #42E9AB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #42E9AB is #BD1654. Grayscale: #B0B0B0. Windows color (decimal): -12392021 or 11266370. OLE color: 11266370.

HSL color Cylindrical-coordinate representation of color #42E9AB: hue angle of 157.72º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E9AB is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.

Color convert

RGB66233171-
CMYK0.7200.270.09
HSL157.72º79.15%58.63%-
HSV(B)157.72º71.67%91.37%-
XYZ38.7462.3848.53-
YUV176125.1749.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.04%
GREEN value IS 233 (91.41% from 255) = 49.57%
BLUE value IS 171 (67.19% from 255) = 36.38%
R=14.04%
G=49.57%
B=36.38%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662331710.7200.270.09157.7279.1558.63
Hex42E9AB4801B99e4f3b
Octal1023512531100331123611773
Binary1000010111010011010101110010000110111001100111101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,233,171); }

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

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

 a { background-color: rgb(66,233,171); }

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

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

 span { border-color: rgb(66,233,171); }

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