#3FE5AF

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

Shades of Shamrock #3FE5AF

Tints of Shamrock #3FE5AF

Color information

#3FE5AF (or 0x3FE5AF) is unknown color: approx Shamrock. HEX triplet: 3F, E5 and AF. RGB value is (63,229,175). Sum of RGB (Red+Green+Blue) = 63+229+175=467 (61% of max value = 765). Red value is 63 (25% from 255 or 13.49% from 467); Green value is 229 (89.84% from 255 or 49.04% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FE5AF is #C01A50. Grayscale: #ADADAD. Windows color (decimal): -12589649 or 11527487. OLE color: 11527487.

HSL color Cylindrical-coordinate representation of color #3FE5AF: hue angle of 160.48º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE5AF is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB63229175-
CMYK0.7200.240.10
HSL160.48º76.15%57.25%-
HSV(B)160.48º72.49%89.8%-
XYZ37.8160.1950.18-
YUV173.2112949.39-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.49%
GREEN value IS 229 (89.84% from 255) = 49.04%
BLUE value IS 175 (68.75% from 255) = 37.47%
R=13.49%
G=49.04%
B=37.47%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal632291750.7200.240.10160.4876.1557.25
Hex3FE5AF48018Aa04c39
Octal773452571100301224011471
Binary111111111001011010111110010000110001010101000001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FE5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,229,175); }

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

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

 a { background-color: rgb(63,229,175); }

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

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

 span { border-color: rgb(63,229,175); }

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