#42D5B2

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

Shades of Shamrock #42D5B2

Tints of Shamrock #42D5B2

Color information

#42D5B2 (or 0x42D5B2) is unknown color: approx Shamrock. HEX triplet: 42, D5 and B2. RGB value is (66,213,178). Sum of RGB (Red+Green+Blue) = 66+213+178=457 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.44% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #42D5B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42D5B2 is #BD2A4D. Grayscale: #A5A5A5. Windows color (decimal): -12397134 or 11720002. OLE color: 11720002.

HSL color Cylindrical-coordinate representation of color #42D5B2: hue angle of 165.71º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42D5B2 is Cyan = 0.69, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB66213178-
CMYK0.6900.160.16
HSL165.71º63.64%54.71%-
HSV(B)165.71º69.01%83.53%-
XYZ34.0851.9650.35-
YUV165.06135.357.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.44%
GREEN value IS 213 (83.59% from 255) = 46.61%
BLUE value IS 178 (69.92% from 255) = 38.95%
R=14.44%
G=46.61%
B=38.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal662131780.6900.160.16165.7163.6454.71
Hex42D5B24501010a64037
Octal1023252621050202024610067
Binary10000101101010110110010100010101000010000101001101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D5B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,213,178); }

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

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

 a { background-color: rgb(66,213,178); }

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

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

 span { border-color: rgb(66,213,178); }

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