#3DDAA5

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

Shades of Shamrock #3DDAA5

Tints of Shamrock #3DDAA5

Color information

#3DDAA5 (or 0x3DDAA5) is unknown color: approx Shamrock. HEX triplet: 3D, DA and A5. RGB value is (61,218,165). Sum of RGB (Red+Green+Blue) = 61+218+165=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 165 (64.84% from 255 or 37.16% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #3DDAA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3DDAA5 is #C2255A. Grayscale: #A5A5A5. Windows color (decimal): -12723547 or 10869309. OLE color: 10869309.

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

Color convert

RGB61218165-
CMYK0.7200.240.15
HSL159.75º67.97%54.71%-
HSV(B)159.75º72.02%85.49%-
XYZ33.7953.8544.21-
YUV165.02127.9953.81-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.74%
GREEN value IS 218 (85.55% from 255) = 49.10%
BLUE value IS 165 (64.84% from 255) = 37.16%
R=13.74%
G=49.10%
B=37.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal612181650.7200.240.15159.7567.9754.71
Hex3DDAA548018Fa04437
Octal753322451100301724010467
Binary111101110110101010010110010000110001111101000001000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,218,165); }

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

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

 a { background-color: rgb(61,218,165); }

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

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

 span { border-color: rgb(61,218,165); }

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