#42BB9A

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

Shades of Shamrock #42BB9A

Tints of Shamrock #42BB9A

Color information

#42BB9A (or 0x42BB9A) is unknown color: approx Shamrock. HEX triplet: 42, BB and 9A. RGB value is (66,187,154). Sum of RGB (Red+Green+Blue) = 66+187+154=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 187 (73.44% from 255 or 45.95% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 187 - color contains mainly: green. Hex color #42BB9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BB9A is #BD4465. Grayscale: #939393. Windows color (decimal): -12403814 or 10140482. OLE color: 10140482.

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

Color convert

RGB66187154-
CMYK0.6500.180.27
HSL163.64º47.83%49.61%-
HSV(B)163.64º64.71%73.33%-
XYZ25.8539.0336.74-
YUV147.06131.9170.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.22%
GREEN value IS 187 (73.44% from 255) = 45.95%
BLUE value IS 154 (60.55% from 255) = 37.84%
R=16.22%
G=45.95%
B=37.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661871540.6500.180.27163.6447.8349.61
Hex42BB9A410121Ba43032
Octal102273232101022332446062
Binary1000010101110111001101010000010100101101110100100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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