#42B995

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

Shades of Shamrock #42B995

Tints of Shamrock #42B995

Color information

#42B995 (or 0x42B995) is unknown color: approx Shamrock. HEX triplet: 42, B9 and 95. RGB value is (66,185,149). Sum of RGB (Red+Green+Blue) = 66+185+149=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 149 (58.59% from 255 or 37.25% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #42B995 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B995 is #BD466A. Grayscale: #919191. Windows color (decimal): -12404331 or 9812290. OLE color: 9812290.

HSL color Cylindrical-coordinate representation of color #42B995: hue angle of 161.85º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B995 is Cyan = 0.64, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB66185149-
CMYK0.6400.190.27
HSL161.85º47.41%49.22%-
HSV(B)161.85º64.32%72.55%-
XYZ25.0238.0334.45-
YUV145.32130.0871.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.5%
GREEN value IS 185 (72.66% from 255) = 46.25%
BLUE value IS 149 (58.59% from 255) = 37.25%
R=16.5%
G=46.25%
B=37.25%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661851490.6400.190.27161.8547.4149.22
Hex42B995400131Ba22f31
Octal102271225100023332425761
Binary1000010101110011001010110000000100111101110100010101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,185,149); }

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

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

 a { background-color: rgb(66,185,149); }

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

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

 span { border-color: rgb(66,185,149); }

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