#33C7AF

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

Shades of Shamrock #33C7AF

Tints of Shamrock #33C7AF

Color information

#33C7AF (or 0x33C7AF) is unknown color: approx Shamrock. HEX triplet: 33, C7 and AF. RGB value is (51,199,175). Sum of RGB (Red+Green+Blue) = 51+199+175=425 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12% from 425); Green value is 199 (78.12% from 255 or 46.82% from 425); Blue value is 175 (68.75% from 255 or 41.18% from 425); Max value from RGB is 199 - color contains mainly: green. Hex color #33C7AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C7AF is #CC3850. Grayscale: #979797. Windows color (decimal): -13383761 or 11519795. OLE color: 11519795.

HSL color Cylindrical-coordinate representation of color #33C7AF: hue angle of 170.27º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C7AF is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB51199175-
CMYK0.7400.120.22
HSL170.27º59.2%49.02%-
HSV(B)170.27º74.37%78.04%-
XYZ29.5344.6547.62-
YUV152.01140.9755.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12%
GREEN value IS 199 (78.12% from 255) = 46.82%
BLUE value IS 175 (68.75% from 255) = 41.18%
R=12%
G=46.82%
B=41.18%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal511991750.7400.120.22170.2759.249.02
Hex33C7AF4A0C16aa3b31
Octal63307257112014262527361
Binary11001111000111101011111001010011001011010101010111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,199,175); }

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

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

 a { background-color: rgb(51,199,175); }

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

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

 span { border-color: rgb(51,199,175); }

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