#33CA9D

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

Shades of Shamrock #33CA9D

Tints of Shamrock #33CA9D

Color information

#33CA9D (or 0x33CA9D) is unknown color: approx Shamrock. HEX triplet: 33, CA and 9D. RGB value is (51,202,157). Sum of RGB (Red+Green+Blue) = 51+202+157=410 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.44% from 410); Green value is 202 (79.30% from 255 or 49.27% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 202 - color contains mainly: green. Hex color #33CA9D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33CA9D is #CC3562. Grayscale: #979797. Windows color (decimal): -13383011 or 10340915. OLE color: 10340915.

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

Color convert

RGB51202157-
CMYK0.7500.220.21
HSL162.12º59.68%49.61%-
HSV(B)162.12º74.75%79.22%-
XYZ28.5745.3839.15-
YUV151.72130.9756.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.44%
GREEN value IS 202 (79.30% from 255) = 49.27%
BLUE value IS 157 (61.72% from 255) = 38.29%
R=12.44%
G=49.27%
B=38.29%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal512021570.7500.220.21162.1259.6849.61
Hex33CA9D4B01615a23c32
Octal63312235113026252427462
Binary110011110010101001110110010110101101010110100010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33CA9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33CA9D; }

 p { color: rgb(51,202,157); }

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

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

 a { background-color: rgb(51,202,157); }

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

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

 span { border-color: rgb(51,202,157); }

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