#42DCAB

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

Shades of Shamrock #42DCAB

Tints of Shamrock #42DCAB

Color information

#42DCAB (or 0x42DCAB) is unknown color: approx Shamrock. HEX triplet: 42, DC and AB. RGB value is (66,220,171). Sum of RGB (Red+Green+Blue) = 66+220+171=457 (60% of max value = 765). Red value is 66 (26.17% from 255 or 14.44% from 457); Green value is 220 (86.33% from 255 or 48.14% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 220 - color contains mainly: green. Hex color #42DCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42DCAB is #BD2354. Grayscale: #A8A8A8. Windows color (decimal): -12395349 or 11263042. OLE color: 11263042.

HSL color Cylindrical-coordinate representation of color #42DCAB: hue angle of 160.91º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DCAB is Cyan = 0.7, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB66220171-
CMYK0.700.220.14
HSL160.91º68.75%56.08%-
HSV(B)160.91º70%86.27%-
XYZ35.1955.2847.34-
YUV168.37129.4854.98-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.44%
GREEN value IS 220 (86.33% from 255) = 48.14%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=14.44%
G=48.14%
B=37.42%

CMYK

C (Cyan) values IS 0.7
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal662201710.700.220.14160.9168.7556.08
Hex42DCAB46016Ea14538
Octal1023342531060261624110570
Binary1000010110111001010101110001100101101110101000011000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42DCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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