#3CBEA9

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

Shades of Shamrock #3CBEA9

Tints of Shamrock #3CBEA9

Color information

#3CBEA9 (or 0x3CBEA9) is unknown color: approx Shamrock. HEX triplet: 3C, BE and A9. RGB value is (60,190,169). Sum of RGB (Red+Green+Blue) = 60+190+169=419 (55% of max value = 765). Red value is 60 (23.83% from 255 or 14.32% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 169 (66.41% from 255 or 40.33% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #3CBEA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBEA9 is #C34156. Grayscale: #949494. Windows color (decimal): -12796247 or 11124284. OLE color: 11124284.

HSL color Cylindrical-coordinate representation of color #3CBEA9: hue angle of 170.31º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBEA9 is Cyan = 0.68, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB60190169-
CMYK0.6800.110.25
HSL170.31º52%49.02%-
HSV(B)170.31º68.42%74.51%-
XYZ27.4440.6543.94-
YUV148.74139.4364.71-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.32%
GREEN value IS 190 (74.61% from 255) = 45.35%
BLUE value IS 169 (66.41% from 255) = 40.33%
R=14.32%
G=45.35%
B=40.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601901690.6800.110.25170.315249.02
Hex3CBEA9440B19aa3431
Octal74276251104013312526461
Binary11110010111110101010011000100010111100110101010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CBEA9; }

 p { color: rgb(60,190,169); }

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

<style>
 a { background-color: #3CBEA9; }

 a { background-color: rgb(60,190,169); }

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

<style>
 span { border-color: #3CBEA9; }

 span { border-color: rgb(60,190,169); }

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