#33BE90

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

Shades of Shamrock #33BE90

Tints of Shamrock #33BE90

Color information

#33BE90 (or 0x33BE90) is unknown color: approx Shamrock. HEX triplet: 33, BE and 90. RGB value is (51,190,144). Sum of RGB (Red+Green+Blue) = 51+190+144=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 190 (74.61% from 255 or 49.35% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 190 - color contains mainly: green. Hex color #33BE90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33BE90 is #CC416F. Grayscale: #8F8F8F. Windows color (decimal): -13386096 or 9485875. OLE color: 9485875.

HSL color Cylindrical-coordinate representation of color #33BE90: hue angle of 160.14º 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 #33BE90 is Cyan = 0.73, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB51190144-
CMYK0.7300.240.25
HSL160.14º57.68%47.25%-
HSV(B)160.14º73.16%74.51%-
XYZ24.8139.5432.71-
YUV143.2128.4562.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.25%
GREEN value IS 190 (74.61% from 255) = 49.35%
BLUE value IS 144 (56.64% from 255) = 37.40%
R=13.25%
G=49.35%
B=37.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal511901440.7300.240.25160.1457.6847.25
Hex33BE904901819a03a2f
Octal63276220111030312407257
Binary110011101111101001000010010010110001100110100000111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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