#3CBAA4

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

Shades of Shamrock #3CBAA4

Tints of Shamrock #3CBAA4

Color information

#3CBAA4 (or 0x3CBAA4) is unknown color: approx Shamrock. HEX triplet: 3C, BA and A4. RGB value is (60,186,164). Sum of RGB (Red+Green+Blue) = 60+186+164=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 164 (64.45% from 255 or 40% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBAA4 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBAA4 is #C3455B. Grayscale: #919191. Windows color (decimal): -12797276 or 10795580. OLE color: 10795580.

HSL color Cylindrical-coordinate representation of color #3CBAA4: hue angle of 169.52º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBAA4 is Cyan = 0.68, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB60186164-
CMYK0.6800.120.27
HSL169.52º51.22%48.24%-
HSV(B)169.52º67.74%72.94%-
XYZ26.1238.7641.23-
YUV145.82138.2666.79-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.63%
GREEN value IS 186 (73.05% from 255) = 45.37%
BLUE value IS 164 (64.45% from 255) = 40%
R=14.63%
G=45.37%
B=40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal601861640.6800.120.27169.5251.2248.24
Hex3CBAA4440C1Baa3330
Octal74272244104014332526360
Binary11110010111010101001001000100011001101110101010110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBAA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,186,164); }

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

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

 a { background-color: rgb(60,186,164); }

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

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

 span { border-color: rgb(60,186,164); }

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