#3FC5A8

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

Shades of Shamrock #3FC5A8

Tints of Shamrock #3FC5A8

Color information

#3FC5A8 (or 0x3FC5A8) is unknown color: approx Shamrock. HEX triplet: 3F, C5 and A8. RGB value is (63,197,168). Sum of RGB (Red+Green+Blue) = 63+197+168=428 (56% of max value = 765). Red value is 63 (25% from 255 or 14.72% from 428); Green value is 197 (77.34% from 255 or 46.03% from 428); Blue value is 168 (66.02% from 255 or 39.25% from 428); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC5A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FC5A8 is #C03A57. Grayscale: #999999. Windows color (decimal): -12597848 or 11060543. OLE color: 11060543.

HSL color Cylindrical-coordinate representation of color #3FC5A8: hue angle of 167.01º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3FC5A8 is Cyan = 0.68, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.23.

Color convert

RGB63197168-
CMYK0.6800.150.23
HSL167.01º53.6%50.98%-
HSV(B)167.01º68.02%77.25%-
XYZ29.0843.8243.97-
YUV153.63136.1163.36-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.72%
GREEN value IS 197 (77.34% from 255) = 46.03%
BLUE value IS 168 (66.02% from 255) = 39.25%
R=14.72%
G=46.03%
B=39.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal631971680.6800.150.23167.0153.650.98
Hex3FC5A8440F17a73633
Octal77305250104017272476663
Binary11111111000101101010001000100011111011110100111110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC5A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,197,168); }

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

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

 a { background-color: rgb(63,197,168); }

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

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

 span { border-color: rgb(63,197,168); }

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