#33be95

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

Shades of Shamrock #33BE95

Tints of Shamrock #33BE95

Color information

#33BE95 (or 0x33BE95) is unknown color: approx Shamrock. HEX triplet: 33, BE and 95. RGB value is (51,190,149). Sum of RGB (Red+Green+Blue) = 51+190+149=390 (51% of max value = 765). Red value is 51 (20.31% from 255 or 13.08% from 390); Green value is 190 (74.61% from 255 or 48.72% from 390); Blue value is 149 (58.59% from 255 or 38.21% from 390); Max value from RGB is 190 - color contains mainly: green. Hex color #33BE95 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BE95 is #CC416A. Grayscale: #8F8F8F. Windows color (decimal): -13386091 or 9813555. OLE color: 9813555.

HSL color Cylindrical-coordinate representation of color #33BE95: hue angle of 162.3º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33BE95 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB51190149-
CMYK0.7300.220.25
HSL162.3º57.68%47.25%-
HSV(B)162.3º73.16%74.51%-
XYZ25.239.734.77-
YUV143.76130.9561.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.08%
GREEN value IS 190 (74.61% from 255) = 48.72%
BLUE value IS 149 (58.59% from 255) = 38.21%
R=13.08%
G=48.72%
B=38.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511901490.7300.220.25162.357.6847.25
Hex33BE954901619a23a2f
Octal63276225111026312427257
Binary110011101111101001010110010010101101100110100010111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33be95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,190,149); }

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

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

 a { background-color: rgb(51,190,149); }

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

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

 span { border-color: rgb(51,190,149); }

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