#42CDB0

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

Shades of Shamrock #42CDB0

Tints of Shamrock #42CDB0

Color information

#42CDB0 (or 0x42CDB0) is unknown color: approx Shamrock. HEX triplet: 42, CD and B0. RGB value is (66,205,176). Sum of RGB (Red+Green+Blue) = 66+205+176=447 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.77% from 447); Green value is 205 (80.47% from 255 or 45.86% from 447); Blue value is 176 (69.14% from 255 or 39.37% from 447); Max value from RGB is 205 - color contains mainly: green. Hex color #42CDB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42CDB0 is #BD324F. Grayscale: #A0A0A0. Windows color (decimal): -12399184 or 11586882. OLE color: 11586882.

HSL color Cylindrical-coordinate representation of color #42CDB0: hue angle of 167.48º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42CDB0 is Cyan = 0.68, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.

Color convert

RGB66205176-
CMYK0.6800.140.20
HSL167.48º58.16%53.14%-
HSV(B)167.48º67.8%80.39%-
XYZ31.9147.9648.65-
YUV160.13136.9560.86-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.77%
GREEN value IS 205 (80.47% from 255) = 45.86%
BLUE value IS 176 (69.14% from 255) = 39.37%
R=14.77%
G=45.86%
B=39.37%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal662051760.6800.140.20167.4858.1653.14
Hex42CDB0440E14a73a35
Octal102315260104016242477265
Binary100001011001101101100001000100011101010010100111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42CDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,205,176); }

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

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

 a { background-color: rgb(66,205,176); }

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

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

 span { border-color: rgb(66,205,176); }

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