#3FD9AF

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

Shades of Shamrock #3FD9AF

Tints of Shamrock #3FD9AF

Color information

#3FD9AF (or 0x3FD9AF) is unknown color: approx Shamrock. HEX triplet: 3F, D9 and AF. RGB value is (63,217,175). Sum of RGB (Red+Green+Blue) = 63+217+175=455 (60% of max value = 765). Red value is 63 (25% from 255 or 13.85% from 455); Green value is 217 (85.16% from 255 or 47.69% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 217 - color contains mainly: green. Hex color #3FD9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FD9AF is #C02650. Grayscale: #A6A6A6. Windows color (decimal): -12592721 or 11524415. OLE color: 11524415.

HSL color Cylindrical-coordinate representation of color #3FD9AF: hue angle of 163.64º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD9AF is Cyan = 0.71, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB63217175-
CMYK0.7100.190.15
HSL163.64º66.96%54.9%-
HSV(B)163.64º70.97%85.1%-
XYZ34.653.7849.11-
YUV166.17132.9854.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.85%
GREEN value IS 217 (85.16% from 255) = 47.69%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=13.85%
G=47.69%
B=38.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal632171750.7100.190.15163.6466.9654.9
Hex3FD9AF47013Fa44337
Octal773312571070231724410367
Binary111111110110011010111110001110100111111101001001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FD9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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