#3CBB9E

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

Shades of Shamrock #3CBB9E

Tints of Shamrock #3CBB9E

Color information

#3CBB9E (or 0x3CBB9E) is unknown color: approx Shamrock. HEX triplet: 3C, BB and 9E. RGB value is (60,187,158). Sum of RGB (Red+Green+Blue) = 60+187+158=405 (53% of max value = 765). Red value is 60 (23.83% from 255 or 14.81% from 405); Green value is 187 (73.44% from 255 or 46.17% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 187 - color contains mainly: green. Hex color #3CBB9E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3CBB9E is #C34461. Grayscale: #919191. Windows color (decimal): -12797026 or 10402620. OLE color: 10402620.

HSL color Cylindrical-coordinate representation of color #3CBB9E: hue angle of 166.3º 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 #3CBB9E is Cyan = 0.68, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB60187158-
CMYK0.6800.160.27
HSL166.3º51.42%48.43%-
HSV(B)166.3º67.91%73.33%-
XYZ25.8138.9738.51-
YUV145.72134.9266.86-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 14.81%
GREEN value IS 187 (73.44% from 255) = 46.17%
BLUE value IS 158 (62.11% from 255) = 39.01%
R=14.81%
G=46.17%
B=39.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal601871580.6800.160.27166.351.4248.43
Hex3CBB9E440101Ba63330
Octal74273236104020332466360
Binary111100101110111001111010001000100001101110100110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CBB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,187,158); }

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

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

 a { background-color: rgb(60,187,158); }

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

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

 span { border-color: rgb(60,187,158); }

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