#3DD6B1

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

Shades of Shamrock #3DD6B1

Tints of Shamrock #3DD6B1

Color information

#3DD6B1 (or 0x3DD6B1) is unknown color: approx Shamrock. HEX triplet: 3D, D6 and B1. RGB value is (61,214,177). Sum of RGB (Red+Green+Blue) = 61+214+177=452 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.50% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #3DD6B1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DD6B1 is #C2294E. Grayscale: #A4A4A4. Windows color (decimal): -12724559 or 11654717. OLE color: 11654717.

HSL color Cylindrical-coordinate representation of color #3DD6B1: hue angle of 165.49º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3DD6B1 is Cyan = 0.71, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.

Color convert

RGB61214177-
CMYK0.7100.170.16
HSL165.49º65.11%53.92%-
HSV(B)165.49º71.5%83.92%-
XYZ33.9152.2649.9-
YUV164.04135.3154.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.50%
GREEN value IS 214 (83.98% from 255) = 47.35%
BLUE value IS 177 (69.53% from 255) = 39.16%
R=13.50%
G=47.35%
B=39.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal612141770.7100.170.16165.4965.1153.92
Hex3DD6B14701110a54136
Octal753262611070212024510166
Binary1111011101011010110001100011101000110000101001011000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DD6B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,214,177); }

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

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

 a { background-color: rgb(61,214,177); }

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

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

 span { border-color: rgb(61,214,177); }

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