#3fddad

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

Shades of Shamrock #3FDDAD

Tints of Shamrock #3FDDAD

Color information

#3FDDAD (or 0x3FDDAD) is unknown color: approx Shamrock. HEX triplet: 3F, DD and AD. RGB value is (63,221,173). Sum of RGB (Red+Green+Blue) = 63+221+173=457 (60% of max value = 765). Red value is 63 (25% from 255 or 13.79% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #3FDDAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FDDAD is #C02252. Grayscale: #A8A8A8. Windows color (decimal): -12591699 or 11394367. OLE color: 11394367.

HSL color Cylindrical-coordinate representation of color #3FDDAD: hue angle of 161.77º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDDAD is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB63221173-
CMYK0.7100.220.13
HSL161.77º69.91%55.69%-
HSV(B)161.77º71.49%86.67%-
XYZ35.4555.7948.43-
YUV168.29130.6552.9-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 13.79%
GREEN value IS 221 (86.72% from 255) = 48.36%
BLUE value IS 173 (67.97% from 255) = 37.86%
R=13.79%
G=48.36%
B=37.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal632211730.7100.220.13161.7769.9155.69
Hex3FDDAD47016Da24638
Octal773352551070261524210670
Binary111111110111011010110110001110101101101101000101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3fddad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,221,173); }

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

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

 a { background-color: rgb(63,221,173); }

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

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

 span { border-color: rgb(63,221,173); }

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