#3CBF9F

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

Shades of Shamrock #3CBF9F

Tints of Shamrock #3CBF9F

Color information

#3CBF9F (or 0x3CBF9F) is unknown color: approx Shamrock. HEX triplet: 3C, BF and 9F. RGB value is (60,191,159). Sum of RGB (Red+Green+Blue) = 60+191+159=410 (54% of max value = 765). Red value is 60 (23.83% from 255 or 14.63% from 410); Green value is 191 (75% from 255 or 46.59% from 410); Blue value is 159 (62.5% from 255 or 38.78% from 410); Max value from RGB is 191 - color contains mainly: green. Hex color #3CBF9F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBF9F is #C34060. Grayscale: #949494. Windows color (decimal): -12796001 or 10469180. OLE color: 10469180.

HSL color Cylindrical-coordinate representation of color #3CBF9F: hue angle of 165.34º 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 #3CBF9F is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB60191159-
CMYK0.6900.170.25
HSL165.34º52.19%49.22%-
HSV(B)165.34º68.59%74.9%-
XYZ26.7540.7339.25-
YUV148.18134.165.1-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.63%
GREEN value IS 191 (75% from 255) = 46.59%
BLUE value IS 159 (62.5% from 255) = 38.78%
R=14.63%
G=46.59%
B=38.78%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal601911590.6900.170.25165.3452.1949.22
Hex3CBF9F4501119a53431
Octal74277237105021312456461
Binary111100101111111001111110001010100011100110100101110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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