#059666

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

Shades of Shamrock Green #059666

Tints of Shamrock Green #059666

Color information

#059666 (or 0x059666) is unknown color: approx Shamrock Green. HEX triplet: 05, 96 and 66. RGB value is (5,150,102). Sum of RGB (Red+Green+Blue) = 5+150+102=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 150 (58.98% from 255 or 58.37% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 150 - color contains mainly: green. Hex color #059666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #059666 is #FA6999. Grayscale: #656565. Windows color (decimal): -16411034 or 6723077. OLE color: 6723077.

HSL color Cylindrical-coordinate representation of color #059666: hue angle of 160.14º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #059666 is Cyan = 0.97, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB5150102-
CMYK0.9700.320.41
HSL160.14º93.55%30.39%-
HSV(B)160.14º96.67%58.82%-
XYZ13.3722.816.27-
YUV101.17128.4659.4-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.95%
GREEN value IS 150 (58.98% from 255) = 58.37%
BLUE value IS 102 (40.23% from 255) = 39.69%
R=1.95%
G=58.37%
B=39.69%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51501020.9700.320.41160.1493.5530.39
Hex596666102029a05e1e
Octal52261461410405124013636
Binary1011001011011001101100001010000010100110100000101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #059666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #059666; }

 p { color: rgb(5,150,102); }

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

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

 a { background-color: rgb(5,150,102); }

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

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

 span { border-color: rgb(5,150,102); }

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