#42BB92

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

Shades of Shamrock #42BB92

Tints of Shamrock #42BB92

Color information

#42BB92 (or 0x42BB92) is unknown color: approx Shamrock. HEX triplet: 42, BB and 92. RGB value is (66,187,146). Sum of RGB (Red+Green+Blue) = 66+187+146=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 146 (57.42% from 255 or 36.59% from 399); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB92 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BB92 is #BD446D. Grayscale: #929292. Windows color (decimal): -12403822 or 9616194. OLE color: 9616194.

HSL color Cylindrical-coordinate representation of color #42BB92: hue angle of 159.67º 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 #42BB92 is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB66187146-
CMYK0.6500.220.27
HSL159.67º47.83%49.61%-
HSV(B)159.67º64.71%73.33%-
XYZ25.2138.7733.35-
YUV146.15127.9170.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.54%
GREEN value IS 187 (73.44% from 255) = 46.87%
BLUE value IS 146 (57.42% from 255) = 36.59%
R=16.54%
G=46.87%
B=36.59%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661871460.6500.220.27159.6747.8349.61
Hex42BB92410161Ba03032
Octal102273222101026332406062
Binary1000010101110111001001010000010101101101110100000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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