#32CD9C

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

Shades of Shamrock #32CD9C

Tints of Shamrock #32CD9C

Color information

#32CD9C (or 0x32CD9C) is unknown color: approx Shamrock. HEX triplet: 32, CD and 9C. RGB value is (50,205,156). Sum of RGB (Red+Green+Blue) = 50+205+156=411 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.17% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #32CD9C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CD9C is #CD3263. Grayscale: #999999. Windows color (decimal): -13447780 or 10276146. OLE color: 10276146.

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

Color convert

RGB50205156-
CMYK0.7600.240.20
HSL161.03º60.78%50%-
HSV(B)161.03º75.61%80.39%-
XYZ29.1546.7438.94-
YUV153.07129.6554.48-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 12.17%
GREEN value IS 205 (80.47% from 255) = 49.88%
BLUE value IS 156 (61.33% from 255) = 37.96%
R=12.17%
G=49.88%
B=37.96%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal502051560.7600.240.20161.0360.7850
Hex32CD9C4C01814a13d32
Octal62315234114030242417562
Binary110010110011011001110010011000110001010010100001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,205,156); }

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

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

 a { background-color: rgb(50,205,156); }

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

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

 span { border-color: rgb(50,205,156); }

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