#33C494

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

Shades of Shamrock #33C494

Tints of Shamrock #33C494

Color information

#33C494 (or 0x33C494) is unknown color: approx Shamrock. HEX triplet: 33, C4 and 94. RGB value is (51,196,148). Sum of RGB (Red+Green+Blue) = 51+196+148=395 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.91% from 395); Green value is 196 (76.95% from 255 or 49.62% from 395); Blue value is 148 (58.20% from 255 or 37.47% from 395); Max value from RGB is 196 - color contains mainly: green. Hex color #33C494 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33C494 is #CC3B6B. Grayscale: #939393. Windows color (decimal): -13384556 or 9749555. OLE color: 9749555.

HSL color Cylindrical-coordinate representation of color #33C494: hue angle of 160.14º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #33C494 is Cyan = 0.74, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.23.

Color convert

RGB51196148-
CMYK0.7400.240.23
HSL160.14º58.7%48.43%-
HSV(B)160.14º73.98%76.86%-
XYZ26.4542.3234.79-
YUV147.17128.4659.4-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.91%
GREEN value IS 196 (76.95% from 255) = 49.62%
BLUE value IS 148 (58.20% from 255) = 37.47%
R=12.91%
G=49.62%
B=37.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal511961480.7400.240.23160.1458.748.43
Hex33C4944A01817a03b30
Octal63304224112030272407360
Binary110011110001001001010010010100110001011110100000111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33C494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,196,148); }

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

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

 a { background-color: rgb(51,196,148); }

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

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

 span { border-color: rgb(51,196,148); }

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