#3BC5AF

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

Shades of Shamrock #3BC5AF

Tints of Shamrock #3BC5AF

Color information

#3BC5AF (or 0x3BC5AF) is unknown color: approx Shamrock. HEX triplet: 3B, C5 and AF. RGB value is (59,197,175). Sum of RGB (Red+Green+Blue) = 59+197+175=431 (57% of max value = 765). Red value is 59 (23.44% from 255 or 13.69% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #3BC5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3BC5AF is #C43A50. Grayscale: #999999. Windows color (decimal): -12859985 or 11519291. OLE color: 11519291.

HSL color Cylindrical-coordinate representation of color #3BC5AF: hue angle of 170.43º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC5AF is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB59197175-
CMYK0.7000.110.23
HSL170.43º54.33%50.2%-
HSV(B)170.43º70.05%77.25%-
XYZ29.5143.9647.49-
YUV153.23140.2860.79-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 13.69%
GREEN value IS 197 (77.34% from 255) = 45.71%
BLUE value IS 175 (68.75% from 255) = 40.60%
R=13.69%
G=45.71%
B=40.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal591971750.7000.110.23170.4354.3350.2
Hex3BC5AF460B17aa3632
Octal73305257106013272526662
Binary11101111000101101011111000110010111011110101010110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3BC5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,197,175); }

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

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

 a { background-color: rgb(59,197,175); }

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

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

 span { border-color: rgb(59,197,175); }

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