#37BE94

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

Shades of Shamrock #37BE94

Tints of Shamrock #37BE94

Color information

#37BE94 (or 0x37BE94) is unknown color: approx Shamrock. HEX triplet: 37, BE and 94. RGB value is (55,190,148). Sum of RGB (Red+Green+Blue) = 55+190+148=393 (52% of max value = 765). Red value is 55 (21.88% from 255 or 13.99% from 393); Green value is 190 (74.61% from 255 or 48.35% from 393); Blue value is 148 (58.20% from 255 or 37.66% from 393); Max value from RGB is 190 - color contains mainly: green. Hex color #37BE94 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #37BE94 is #C8416B. Grayscale: #909090. Windows color (decimal): -13123948 or 9748023. OLE color: 9748023.

HSL color Cylindrical-coordinate representation of color #37BE94: hue angle of 161.33º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BE94 is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB55190148-
CMYK0.7100.220.25
HSL161.33º55.1%48.04%-
HSV(B)161.33º71.05%74.51%-
XYZ25.3339.7834.36-
YUV144.85129.7763.92-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 13.99%
GREEN value IS 190 (74.61% from 255) = 48.35%
BLUE value IS 148 (58.20% from 255) = 37.66%
R=13.99%
G=48.35%
B=37.66%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal551901480.7100.220.25161.3355.148.04
Hex37BE944701619a13730
Octal67276224107026312416760
Binary110111101111101001010010001110101101100110100001110111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37BE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37BE94; }

 p { color: rgb(55,190,148); }

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

<style>
 a { background-color: #37BE94; }

 a { background-color: rgb(55,190,148); }

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

<style>
 span { border-color: #37BE94; }

 span { border-color: rgb(55,190,148); }

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