#32CAAD

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

Shades of Shamrock #32CAAD

Tints of Shamrock #32CAAD

Color information

#32CAAD (or 0x32CAAD) is unknown color: approx Shamrock. HEX triplet: 32, CA and AD. RGB value is (50,202,173). Sum of RGB (Red+Green+Blue) = 50+202+173=425 (56% of max value = 765). Red value is 50 (19.92% from 255 or 11.76% from 425); Green value is 202 (79.30% from 255 or 47.53% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 202 - color contains mainly: green. Hex color #32CAAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32CAAD is #CD3552. Grayscale: #999999. Windows color (decimal): -13448531 or 11389490. OLE color: 11389490.

HSL color Cylindrical-coordinate representation of color #32CAAD: hue angle of 168.55º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #32CAAD is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB50202173-
CMYK0.7500.140.21
HSL168.55º60.32%49.41%-
HSV(B)168.55º75.25%79.22%-
XYZ29.9845.9446.82-
YUV153.25139.1454.36-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 11.76%
GREEN value IS 202 (79.30% from 255) = 47.53%
BLUE value IS 173 (67.97% from 255) = 40.71%
R=11.76%
G=47.53%
B=40.71%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal502021730.7500.140.21168.5560.3249.41
Hex32CAAD4B0E15a93c31
Octal62312255113016252517461
Binary11001011001010101011011001011011101010110101001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,202,173); }

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

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

 a { background-color: rgb(50,202,173); }

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

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

 span { border-color: rgb(50,202,173); }

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