#42BB93

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

Shades of Shamrock #42BB93

Tints of Shamrock #42BB93

Color information

#42BB93 (or 0x42BB93) is unknown color: approx Shamrock. HEX triplet: 42, BB and 93. RGB value is (66,187,147). Sum of RGB (Red+Green+Blue) = 66+187+147=400 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.5% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 147 (57.81% from 255 or 36.75% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BB93 is #BD446C. Grayscale: #929292. Windows color (decimal): -12403821 or 9681730. OLE color: 9681730.

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

Color convert

RGB66187147-
CMYK0.6500.210.27
HSL160.17º47.83%49.61%-
HSV(B)160.17º64.71%73.33%-
XYZ25.2838.8133.76-
YUV146.26128.4170.75-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.5%
GREEN value IS 187 (73.44% from 255) = 46.75%
BLUE value IS 147 (57.81% from 255) = 36.75%
R=16.5%
G=46.75%
B=36.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661871470.6500.210.27160.1747.8349.61
Hex42BB93410151Ba03032
Octal102273223101025332406062
Binary1000010101110111001001110000010101011101110100000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,187,147); }

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

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

 a { background-color: rgb(66,187,147); }

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

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

 span { border-color: rgb(66,187,147); }

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