#42C198

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

Shades of Shamrock #42C198

Tints of Shamrock #42C198

Color information

#42C198 (or 0x42C198) is unknown color: approx Shamrock. HEX triplet: 42, C1 and 98. RGB value is (66,193,152). Sum of RGB (Red+Green+Blue) = 66+193+152=411 (54% of max value = 765). Red value is 66 (26.17% from 255 or 16.06% from 411); Green value is 193 (75.78% from 255 or 46.96% from 411); Blue value is 152 (59.77% from 255 or 36.98% from 411); Max value from RGB is 193 - color contains mainly: green. Hex color #42C198 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42C198 is #BD3E67. Grayscale: #969696. Windows color (decimal): -12402280 or 10010946. OLE color: 10010946.

HSL color Cylindrical-coordinate representation of color #42C198: hue angle of 160.63º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C198 is Cyan = 0.66, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.

Color convert

RGB66193152-
CMYK0.6600.210.24
HSL160.63º50.6%50.78%-
HSV(B)160.63º65.8%75.69%-
XYZ26.9841.5736.31-
YUV150.35128.9267.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.06%
GREEN value IS 193 (75.78% from 255) = 46.96%
BLUE value IS 152 (59.77% from 255) = 36.98%
R=16.06%
G=46.96%
B=36.98%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal661931520.6600.210.24160.6350.650.78
Hex42C1984201518a13333
Octal102301230102025302416363
Binary1000010110000011001100010000100101011100010100001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42C198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,193,152); }

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

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

 a { background-color: rgb(66,193,152); }

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

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

 span { border-color: rgb(66,193,152); }

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