#42BC96

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

Shades of Shamrock #42BC96

Tints of Shamrock #42BC96

Color information

#42BC96 (or 0x42BC96) is unknown color: approx Shamrock. HEX triplet: 42, BC and 96. RGB value is (66,188,150). Sum of RGB (Red+Green+Blue) = 66+188+150=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 188 (73.83% from 255 or 46.53% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 188 - color contains mainly: green. Hex color #42BC96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BC96 is #BD4369. Grayscale: #939393. Windows color (decimal): -12403562 or 9878594. OLE color: 9878594.

HSL color Cylindrical-coordinate representation of color #42BC96: hue angle of 161.31º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BC96 is Cyan = 0.65, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB66188150-
CMYK0.6500.200.26
HSL161.31º48.03%49.8%-
HSV(B)161.31º64.89%73.73%-
XYZ25.7439.3335.09-
YUV147.19129.5870.09-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.34%
GREEN value IS 188 (73.83% from 255) = 46.53%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=16.34%
G=46.53%
B=37.13%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal661881500.6500.200.26161.3148.0349.8
Hex42BC96410141Aa13032
Octal102274226101024322416062
Binary1000010101111001001011010000010101001101010100001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,188,150); }

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

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

 a { background-color: rgb(66,188,150); }

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

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

 span { border-color: rgb(66,188,150); }

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