#3FCAAE

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

Shades of Shamrock #3FCAAE

Tints of Shamrock #3FCAAE

Color information

#3FCAAE (or 0x3FCAAE) is unknown color: approx Shamrock. HEX triplet: 3F, CA and AE. RGB value is (63,202,174). Sum of RGB (Red+Green+Blue) = 63+202+174=439 (58% of max value = 765). Red value is 63 (25% from 255 or 14.35% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #3FCAAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FCAAE is #C03551. Grayscale: #9D9D9D. Windows color (decimal): -12596562 or 11455039. OLE color: 11455039.

HSL color Cylindrical-coordinate representation of color #3FCAAE: hue angle of 167.91º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCAAE is Cyan = 0.69, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB63202174-
CMYK0.6900.140.21
HSL167.91º56.73%51.96%-
HSV(B)167.91º68.81%79.22%-
XYZ30.8146.3547.37-
YUV157.25137.4560.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 14.35%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 174 (68.36% from 255) = 39.64%
R=14.35%
G=46.01%
B=39.64%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal632021740.6900.140.21167.9156.7351.96
Hex3FCAAE450E15a83934
Octal77312256105016252507164
Binary11111111001010101011101000101011101010110101000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FCAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,202,174); }

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

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

 a { background-color: rgb(63,202,174); }

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

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

 span { border-color: rgb(63,202,174); }

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