#3CBF9C

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

Shades of Shamrock #3CBF9C

Tints of Shamrock #3CBF9C

Color information

#3CBF9C (or 0x3CBF9C) is unknown color: approx Shamrock. HEX triplet: 3C, BF and 9C. RGB value is (60,191,156). Sum of RGB (Red+Green+Blue) = 60+191+156=407 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.74% from 407); Green value is 191 (75% from 255 or 46.93% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBF9C is #C34063. Grayscale: #939393. Windows color (decimal): -12796004 or 10272572. OLE color: 10272572.

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

Color convert

RGB60191156-
CMYK0.6900.180.25
HSL163.97º52.19%49.22%-
HSV(B)163.97º68.59%74.9%-
XYZ26.540.6237.9-
YUV147.84132.665.35-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.74%
GREEN value IS 191 (75% from 255) = 46.93%
BLUE value IS 156 (61.33% from 255) = 38.33%
R=14.74%
G=46.93%
B=38.33%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601911560.6900.180.25163.9752.1949.22
Hex3CBF9C4501219a43431
Octal74277234105022312446461
Binary111100101111111001110010001010100101100110100100110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,191,156); }

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

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

 a { background-color: rgb(60,191,156); }

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

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

 span { border-color: rgb(60,191,156); }

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