#32CC97

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

Shades of Shamrock #32CC97

Tints of Shamrock #32CC97

Color information

#32CC97 (or 0x32CC97) is unknown color: approx Shamrock. HEX triplet: 32, CC and 97. RGB value is (50,204,151). Sum of RGB (Red+Green+Blue) = 50+204+151=405 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.35% from 405); Green value is 204 (80.08% from 255 or 50.37% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 204 - color contains mainly: green. Hex color #32CC97 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CC97 is #CD3368. Grayscale: #979797. Windows color (decimal): -13448041 or 9948210. OLE color: 9948210.

HSL color Cylindrical-coordinate representation of color #32CC97: hue angle of 159.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CC97 is Cyan = 0.75, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB50204151-
CMYK0.7500.260.2
HSL159.35º60.63%49.8%-
HSV(B)159.35º75.49%80%-
XYZ28.4946.136.67-
YUV151.91127.4855.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.35%
GREEN value IS 204 (80.08% from 255) = 50.37%
BLUE value IS 151 (59.38% from 255) = 37.28%
R=12.35%
G=50.37%
B=37.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal502041510.7500.260.2159.3560.6349.8
Hex32CC974B01A149f3d32
Octal62314227113032242377562
Binary110010110011001001011110010110110101010010011111111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32CC97; }

 p { color: rgb(50,204,151); }

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

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

 a { background-color: rgb(50,204,151); }

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

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

 span { border-color: rgb(50,204,151); }

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